commit 4960f6703e7540e6415bce4d014e2e28f2d09c44
parent 9ca1b92e689e0aad5c82bec33af42e5795453bc3
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Mon, 21 Apr 2025 22:43:01 +0900
add to set-url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml
@@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.name "Minerva_Juppiter"
git config --global user.email "ryouturn@gmail.com"
- git remote add origin https://minerva-jupiter:${GITHUB_TOKEN}@${GIT_URL#https://}
+ git remote set-url origin https://minerva-jupiter:${GITHUB_TOKEN}@${GIT_URL#https://}
gh repo clone $GIT_URL
cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/}
git fetch origin $BRANCH