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 6b860a6 commit f05b049Copy full SHA for f05b049
.github/workflows/promote-branch.yml
@@ -177,4 +177,4 @@ jobs:
177
current-branch: ${{ github.ref_name }}
178
target-branch: ${{ needs.workflow-variables.outputs.target-branch }}
179
run: |
180
- gh pr create --title "Promote ${{ env.current-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 --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
0 commit comments