Skip to content

Commit 5290eb2

Browse files
authored
Update job name for merge workflow
1 parent 9c694bc commit 5290eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-master-to-4.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
sync-dev-branch:
23-
name: Merge ${{ env.SYNC_SOURCE_BRANCH }} into ${{ env.SYNC_TARGET_BRANCH }}
23+
name: Merge master into dev/4.0
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

0 commit comments

Comments
 (0)