commit bd3e3044cf3d20e184c63d4a2c363ae40df64d00
parent 6e24e4314cce357dd33bee7d8893ee33cd531188
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Mon, 21 Apr 2025 22:32:07 +0900
git config mine
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml
@@ -22,7 +22,7 @@ jobs:
BRANCH: ${{ github.event.pull_request.head.ref }}
URL: ${{ github.event.pull_request.html_url }}
run: |
- git config --global user.name "github-actions"
+ git config --global user.name "minerva-jupiter"
git config --global user.email "latex-template@minervajuppiter.net"
gh repo clone $GIT_URL
cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/}