commit 6e24e4314cce357dd33bee7d8893ee33cd531188 parent 04033de55a07e59fb4d9871991cb4d138b760713 Author: minerva-jupiter <ryouturn@gmail.com> Date: Mon, 21 Apr 2025 22:30:55 +0900 change config git Diffstat:
| M | .github/workflows/PRbuild.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -22,8 +22,8 @@ jobs: BRANCH: ${{ github.event.pull_request.head.ref }} URL: ${{ github.event.pull_request.html_url }} run: | - git config --local user.name "github-actions" - git config --local user.email "example@example.com" + git config --global user.name "github-actions" + git config --global user.email "latex-template@minervajuppiter.net" gh repo clone $GIT_URL cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} git fetch origin $BRANCH