diff --git a/entrypoint.sh b/entrypoint.sh index 0a13054..5fdde78 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,6 @@ chmod 600 "$HOME/.ssh/id_ed25519" URL="${GITHUB_SERVER_URL/\/\//\/\/$GITHUB_REPOSITORY_OWNER:$INPUT_TOKEN@}/$GITHUB_REPOSITORY" -set -x git init -b main git remote add origin "$URL" git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA"