diff --git a/entrypoint.sh b/entrypoint.sh index 6f8ed00..7361895 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -44,6 +44,7 @@ _switch_to_branch() { git fetch; # Switch to branch from current Workflow run + # shellcheck disable=SC2086 git checkout $INPUT_BRANCH; }