We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424853c commit 7dc1f99Copy full SHA for 7dc1f99
entrypoint.sh
@@ -57,7 +57,6 @@ then
57
elif [[ $MERGE_RESULT != *"Already up to date."* ]]
58
then
59
git commit -m "Merged upstream"
60
- git push origin ${DOWNSTREAM_BRANCH} || exit $?
61
git push ${PUSH_ARGS} origin ${DOWNSTREAM_BRANCH} || exit $?
62
fi
63
0 commit comments