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,13 +2,14 @@ name: autoupdate reposync branch on cron
on: on:
schedule: schedule:
- cron: '*/5 * * * *' - cron: '*/5 * * * *'
autoupdate: jobs:
name: autoupdate autoupdate:
runs-on: ubuntu-18.04 name: autoupdate
steps: runs-on: ubuntu-18.04
- uses: docker://chinthakagodawita/autoupdate-action:v1 steps:
env: - uses: docker://chinthakagodawita/autoupdate-action:v1
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }} env:
PR_FILTER: labelled GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
PR_LABELS: 'automated-reposync-pr' PR_FILTER: labelled
MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow." PR_LABELS: 'automated-reposync-pr'
MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."