mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Update entrypoint.sh
This commit is contained in:
parent
42e5be9ebb
commit
13e281008a
@ -55,7 +55,7 @@ _local_commit() {
|
||||
}
|
||||
|
||||
_push_to_github() {
|
||||
if [ -n "$INPUT_BRANCH" ]
|
||||
if [ -z "$INPUT_BRANCH" ]
|
||||
then
|
||||
git push origin
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user