This commit is contained in:
Stefan Zweifel 2020-02-05 21:36:48 +01:00
parent af7b14b2cf
commit f0354eba45

View File

@ -55,12 +55,14 @@ _local_commit() {
} }
_push_to_github() { _push_to_github() {
if [ -z "$INPUT_BRANCH" ] git push origin
then
git push --set-upstream origin "HEAD:$INPUT_BRANCH" # if [ -z "$INPUT_BRANCH" ]
else # then
git push origin # git push --set-upstream origin "HEAD:$INPUT_BRANCH"
fi # else
# git push origin
# fi
} }
_main _main