WIP
This commit is contained in:
parent
e20b39e8ed
commit
5ab45a4eef
@ -57,9 +57,9 @@ _local_commit() {
|
|||||||
_push_to_github() {
|
_push_to_github() {
|
||||||
if [ -z $INPUT_BRANCH ]
|
if [ -z $INPUT_BRANCH ]
|
||||||
then
|
then
|
||||||
git push origin
|
|
||||||
else
|
|
||||||
git push --set-upstream origin "HEAD:$INPUT_BRANCH"
|
git push --set-upstream origin "HEAD:$INPUT_BRANCH"
|
||||||
|
else
|
||||||
|
git push origin
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user