diff --git a/mirror.sh b/mirror.sh index 88d7aab..24d0eb5 100755 --- a/mirror.sh +++ b/mirror.sh @@ -7,10 +7,6 @@ chmod 600 "$HOME/.ssh/id_ed25519" URL="${GITHUB_SERVER_URL/\/\//\/\/$GITHUB_REPOSITORY_OWNER:$INPUT_TOKEN@}/$GITHUB_REPOSITORY" - -cat -e "$HOME/.ssh/id_ed25519" - -set -x git init -b "$GITHUB_REF_NAME" git remote add origin "$URL" git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA"