fix: remote set-url
This commit is contained in:
parent
a1b67d6b9b
commit
e391e59139
@ -9,6 +9,6 @@ URL="${GITHUB_SERVER_URL/\/\//\/\/$GITHUB_REPOSITORY_OWNER:$INPUT_TOKEN@}/$GITHU
|
|||||||
|
|
||||||
git init -b main
|
git init -b main
|
||||||
git remote add origin "$URL"
|
git remote add origin "$URL"
|
||||||
git remote add origin --push "$INPUT_URL"
|
git remote set-url --push origin "$INPUT_URL"
|
||||||
git fetch -pP
|
git fetch -pP
|
||||||
git push origin --mirror
|
git push origin --mirror
|
||||||
|
Loading…
Reference in New Issue
Block a user