Merge branch 'main' into b/chkupdate

This commit is contained in:
windowsboy111
2022-11-28 00:22:29 +08:00
111 changed files with 822 additions and 292 deletions
+1 -4
View File
@@ -4,7 +4,7 @@
name: Automatically check for updates
on:
schedule:
- cron: "0 */2 * * *"
- cron: "*/30 * * * *"
workflow_dispatch:
jobs:
@@ -25,8 +25,6 @@ jobs:
- name: Run Update (Python)
run: bash ./update.sh
<<<<<<< Updated upstream
=======
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +32,6 @@ jobs:
run: anda update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> Stashed changes
- name: Save
run: |