Skip to content

Commit f05b049

Browse files
committed
csdvwsdd
1 parent 6b860a6 commit f05b049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ jobs:
177177
current-branch: ${{ github.ref_name }}
178178
target-branch: ${{ needs.workflow-variables.outputs.target-branch }}
179179
run: |
180-
gh pr create --title "Promote ${{ env.current-branch }} to ${{ env.target-branch }}" --fill-verbose --base ${{ env.target-branch }} --head ${{ env.current-branch }}
180+
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

Comments
 (0)