We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8861e12 commit 934ee7bCopy full SHA for 934ee7b
.github/workflows/promote-branch.yml
@@ -172,7 +172,7 @@ jobs:
172
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
173
- name: 'Create PR'
174
env:
175
- base-branch: ${{ needs.workflow-variables.outputs.base-branch }}
176
current-branch: ${{ github.ref_name }}
+ target-branch: ${{ needs.workflow-variables.outputs.target-branch }}
177
run: |
178
- gh pr create --title "Promote ${{ env.base-branch }} to ${{ env.target-branch }}" --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
+ gh pr create --title "Promote ${{ env.current-branch }} to ${{ env.target-branch }}" --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
0 commit comments