Skip to content

Commit

Permalink
added --set-upstream as argument to stable pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 22, 2024
1 parent d01db01 commit bf94adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
if [ ${{ inputs.apply_to_stable }} ] ; then
git fetch origin ${{ env.STABLE_BRANCH }}
git push -f origin ${{ env.STABLE_BRANCH }}
git push -f --set-upstream origin ${{ env.STABLE_BRANCH }}
fi
# Output the list of merged PRs
Expand Down

0 comments on commit bf94adf

Please sign in to comment.