From 72e2d4cb1eb61e378e2fca52d4617f0c45036c44 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 20 Sep 2019 10:33:12 +0200 Subject: [PATCH] Fix git checkout --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e3813e0..3cd61e6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,7 +30,7 @@ then echo "Push Branch Value: $PUSH_BRANCH"; # Switch to branch from current Workflow run - git checkout -b $INPUT_REF + git checkout $INPUT_REF git add .