commit 9ca1b92e689e0aad5c82bec33af42e5795453bc3
parent 01655e7855fb4124908576de499febeb4141ff00
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Mon, 21 Apr 2025 22:41:45 +0900
update
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml
@@ -24,6 +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://}
gh repo clone $GIT_URL
cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/}
git fetch origin $BRANCH