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 41f06a6 commit 8861e12Copy full SHA for 8861e12
.github/workflows/promote-branch.yml
@@ -175,4 +175,4 @@ jobs:
175
base-branch: ${{ needs.workflow-variables.outputs.base-branch }}
176
current-branch: ${{ github.ref_name }}
177
run: |
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 }}
+ gh pr create --title "Promote ${{ env.base-branch }} to ${{ env.target-branch }}" --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
0 commit comments