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