1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 23:57:19 +08:00

Update entrypoint.sh

This commit is contained in:
Stefan Zweifel
2020-02-06 17:51:55 +01:00
parent 42e5be9ebb
commit 13e281008a

View File

@@ -55,7 +55,7 @@ _local_commit() {
}
_push_to_github() {
if [ -n "$INPUT_BRANCH" ]
if [ -z "$INPUT_BRANCH" ]
then
git push origin
else