Skip to content

Commit 903645f

Browse files
committed
sadqe
1 parent 115b73d commit 903645f

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
@@ -146,4 +146,4 @@ jobs:
146146
git fetch origin
147147
git switch ${{ needs.workflow-variables.outputs.default-branch }}
148148
git checkout -b ${{ needs.workflow-variables.outputs.target-branch }} origin/${{ needs.workflow-variables.outputs.target-branch }} || git checkout -b ${{ needs.workflow-variables.outputs.target-branch }}
149-
git push
149+
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}

0 commit comments

Comments
 (0)