mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-15 16:10:38 +00:00
Merge branch 'main' into b/chkupdate
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user