This commit is contained in:
Stefan Zweifel 2020-02-05 21:26:30 +01:00
parent e20b39e8ed
commit 5ab45a4eef

View File

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