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:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user