Skip to content

Commit

Permalink
Fix .github/workflows/autoupdate-repo-sync-branch-on-cron.yml (github…
Browse files Browse the repository at this point in the history
…#16876)

Fix Repo Sync Auto Updater

Co-authored-by: Chiedo <[email protected]>
  • Loading branch information
chiedo and chiedo authored Dec 10, 2020
1 parent 90e72b7 commit c0663d4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/autoupdate-repo-sync-branch-on-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: autoupdate reposync branch on cron
on:
schedule:
- cron: '*/5 * * * *'
autoupdate:
name: autoupdate
runs-on: ubuntu-18.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
PR_FILTER: labelled
PR_LABELS: 'automated-reposync-pr'
MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-18.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
PR_FILTER: labelled
PR_LABELS: 'automated-reposync-pr'
MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."

0 comments on commit c0663d4

Please sign in to comment.