1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix .github/workflows/autoupdate-repo-sync-branch-on-cron.yml (#16876)

Fix Repo Sync Auto Updater

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
This commit is contained in:
Chiedo John
2020-12-10 13:21:39 -05:00
committed by GitHub
parent 90e72b730f
commit c0663d4977

View File

@@ -2,6 +2,7 @@ name: autoupdate reposync branch on cron
on: on:
schedule: schedule:
- cron: '*/5 * * * *' - cron: '*/5 * * * *'
jobs:
autoupdate: autoupdate:
name: autoupdate name: autoupdate
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04