File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: autoupdate reposync branch on cron
2
2
on :
3
3
schedule :
4
4
- cron : ' */5 * * * *'
5
- jobs :
6
- autoupdate :
7
- name : autoupdate
8
- runs-on : ubuntu-18.04
9
- steps :
10
- - uses : docker://chinthakagodawita/autoupdate-action:v1
11
- env :
12
- GITHUB_TOKEN : ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
13
- PR_FILTER : labelled
14
- PR_LABELS : ' automated-reposync-pr'
15
- MERGE_MSG : " Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."
5
+ jobs :
6
+ autoupdate :
7
+ name : autoupdate
8
+ runs-on : ubuntu-18.04
9
+ steps :
10
+ - uses : docker://chinthakagodawita/autoupdate-action:v1
11
+ env :
12
+ GITHUB_TOKEN : ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
13
+ PR_FILTER : labelled
14
+ PR_LABELS : ' automated-reposync-pr'
15
+ MERGE_MSG : " Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."
You can’t perform that action at this time.
0 commit comments