diff --git a/entrypoint.sh b/entrypoint.sh index d5e0540..70ab4ab 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -43,7 +43,7 @@ _switch_to_branch() { git fetch; # Switch to branch from current Workflow run - git checkout $INPUT_BRANCH; + git checkout "$INPUT_BRANCH" --; } _add_files() {