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 f05b049 commit 0f04f5bCopy full SHA for 0f04f5b
.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 --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
+ gh pr create --title "Promote ${{ env.current-branch }} to ${{ env.target-branch }}" --fill --base ${{ env.target-branch }} --head ${{ env.current-branch }}
0 commit comments