From 13e281008a262dcb3f336ae66ed0328ec1322418 Mon Sep 17 00:00:00 2001
From: Stefan Zweifel <hello@stefanzweifel.io>
Date: Thu, 6 Feb 2020 17:51:55 +0100
Subject: [PATCH] Update entrypoint.sh

---
 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index 00674fb..87b28bc 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -55,7 +55,7 @@ _local_commit() {
 }
 
 _push_to_github() {
-    if [ -n "$INPUT_BRANCH" ]
+    if [ -z "$INPUT_BRANCH" ]
     then
         git push origin
     else