diff --git a/entrypoint.sh b/entrypoint.sh index 73c36d4..42eadba 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -41,7 +41,7 @@ _switch_to_branch() { echo "INPUT_BRANCH value: $INPUT_BRANCH"; # Fetch remote to make sure that repo can be switched to the right branch. - git fetch; + git fetch --depth=3; # Switch to branch from current Workflow run # shellcheck disable=SC2086