Skip to content

Commit 934ee7b

Browse files
committed
asfadfw
1 parent 8861e12 commit 934ee7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
173173
- name: 'Create PR'
174174
env:
175-
base-branch: ${{ needs.workflow-variables.outputs.base-branch }}
176175
current-branch: ${{ github.ref_name }}
176+
target-branch: ${{ needs.workflow-variables.outputs.target-branch }}
177177
run: |
178-
gh pr create --title "Promote ${{ env.base-branch }} to ${{ env.target-branch }}" --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
178+
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

Comments
 (0)