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 .