Skip to content

Commit 8861e12

Browse files
committed
asfsweq
1 parent 41f06a6 commit 8861e12

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
@@ -175,4 +175,4 @@ jobs:
175175
base-branch: ${{ needs.workflow-variables.outputs.base-branch }}
176176
current-branch: ${{ github.ref_name }}
177177
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 }}
178+
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

Comments
 (0)