fix: name

This commit is contained in:
ange 2024-11-18 16:29:04 +00:00
parent 9b389fbe69
commit 5e169f1367
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -8,7 +8,7 @@ chmod 600 "$HOME/.ssh/id_ed25519"
URL="${GITHUB_SERVER_URL/\/\//\/\/$GITHUB_REPOSITORY_OWNER:$INPUT_TOKEN@}/$GITHUB_REPOSITORY"
set -x
git init -b "$GITHUB_REF_NAME"
git init -b main
git remote add origin "$URL"
git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA"
git push "$INPUT_URL" "$GITHUB_REF_NAME:$GITHUB_REF"
git push "$INPUT_URL" "$GITHUB_SHA:$GITHUB_REF"