File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Sync dev/4.0
1+ name : Sync develop branch
22
33on :
44 push :
99
1010env :
1111 SYNC_SOURCE_BRANCH : master
12- SYNC_TARGET_BRANCH : dev/4.0
12+ SYNC_TARGET_BRANCH : develop
1313
1414permissions :
1515 contents : write
@@ -20,15 +20,15 @@ concurrency:
2020
2121jobs :
2222 sync-dev-branch :
23- name : Merge master into dev/4.0
23+ name : Merge master into develop branch
2424 # Keep this named after the GitHub repository.
2525 # GitHub Actions does not allow workflow env values in jobs.<job_id>.if.
2626 if : github.repository == 'phpbb-extensions/phpbb-ext-skeleton' && github.event.repository.fork == false
2727 runs-on : ubuntu-latest
2828
2929 steps :
3030 - name : Check out repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
You can’t perform that action at this time.
0 commit comments