File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -171,5 +171,8 @@ jobs:
171171 git checkout -b ${{ needs.workflow-variables.outputs.target-branch }} origin/${{ needs.workflow-variables.outputs.target-branch }} || git checkout -b ${{ needs.workflow-variables.outputs.target-branch }}
172172 git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
173173 - name : ' Create PR'
174+ env :
175+ base-branch : ${{ needs.workflow-variables.outputs.base-branch }}
176+ current-branch : ${{ github.ref_name }}
174177 run : |
175- gh pr create --title "Promote ${{ needs.workflow-variables.outputs.current -branch }} to ${{ needs.workflow-variables.outputs.target-branch }}" --fill-verbose --base ${{ needs.workflow-variables.outputs.target-branch }} --head ${{ needs.workflow-variables.outputs.current-branch }}
178+ gh pr create --title "Promote ${{ needs.workflow-variables.outputs.base -branch }} to ${{ needs.workflow-variables.outputs.target-branch }}" --fill-verbose --base ${{ needs.workflow-variables.outputs.target-branch }} --head ${{ needs.workflow-variables.outputs.current-branch }}
You can’t perform that action at this time.
0 commit comments