Migrate to anda update

This commit is contained in:
windowsboy111
2022-11-28 00:16:44 +08:00
parent 40e5fb10d1
commit fb43ccdff1
43 changed files with 41 additions and 404 deletions
+12 -2
View File
@@ -15,7 +15,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Install packages
run: dnf install -y rpmdevtools git python
run: dnf install -y rpmdevtools git python anda
- name: Checkout
uses: actions/checkout@v3
@@ -23,8 +23,18 @@ jobs:
fetch-depth: 2
token: ${{ secrets.PAT }}
- name: Run Update
- name: Run Update (Python)
run: bash ./update.sh
<<<<<<< Updated upstream
=======
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Update (anda)
run: anda update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> Stashed changes
- name: Save
run: |