Update '.forgejo/workflows/updater.yaml'
This commit is contained in:
parent
81184a7264
commit
91900ad4a6
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
name: Updater
|
||||
on: push
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 7 * * *'
|
||||
jobs:
|
||||
Update-Apks:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue