This commit is contained in:
Stefan Zweifel 2020-02-05 21:32:57 +01:00
parent 5a4e81ccd7
commit af7b14b2cf

View File

@ -55,7 +55,7 @@ _local_commit() {
} }
_push_to_github() { _push_to_github() {
if [ -n "$INPUT_BRANCH" ] if [ -z "$INPUT_BRANCH" ]
then then
git push --set-upstream origin "HEAD:$INPUT_BRANCH" git push --set-upstream origin "HEAD:$INPUT_BRANCH"
else else