From fbc12acb85cb600199191cf595b57028639b258c Mon Sep 17 00:00:00 2001 From: ange Date: Mon, 18 Nov 2024 16:12:29 +0000 Subject: [PATCH] fix: remote URL --- mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror.sh b/mirror.sh index f5318ba..9db5614 100755 --- a/mirror.sh +++ b/mirror.sh @@ -11,4 +11,4 @@ set -x git init -b "$GITHUB_REF_NAME" git remote add origin "$URL" git fetch --no-tags --prune --no-recurse-submodules origin "$GITHUB_SHA" -git push --repo="$INPUT_URL" origin "$GITHUB_REF_NAME:$GITHUB_REF" +git push "$INPUT_URL" "$GITHUB_REF_NAME:$GITHUB_REF"