We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c694bc commit 5290eb2Copy full SHA for 5290eb2
.github/workflows/merge-master-to-4.0.yml
@@ -20,7 +20,7 @@ concurrency:
20
21
jobs:
22
sync-dev-branch:
23
- name: Merge ${{ env.SYNC_SOURCE_BRANCH }} into ${{ env.SYNC_TARGET_BRANCH }}
+ name: Merge master into dev/4.0
24
# Keep this named after the GitHub repository.
25
# GitHub Actions does not allow workflow env values in jobs.<job_id>.if.
26
if: github.repository == 'phpbb-extensions/phpbb-ext-skeleton' && github.event.repository.fork == false
0 commit comments