This commit is contained in:
Stefan Zweifel 2020-02-05 21:31:46 +01:00
parent 0884c39e7e
commit 5a4e81ccd7
1 changed files with 2 additions and 2 deletions

View File

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