Update '.forgejo/workflows/updater.yaml'

This commit is contained in:
matt1432 2023-03-21 22:47:52 -04:00
parent 81184a7264
commit 91900ad4a6

View file

@ -1,5 +1,7 @@
name: Updater
on: push
on:
schedule:
- cron: '0 7 * * *'
jobs:
Update-Apks:
runs-on: ubuntu-latest