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 115b73d commit 903645fCopy full SHA for 903645f
.github/workflows/promote-branch.yml
@@ -146,4 +146,4 @@ jobs:
146
git fetch origin
147
git switch ${{ needs.workflow-variables.outputs.default-branch }}
148
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
+ git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
0 commit comments