latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 21bace81745f1ba023d98a8a007b2bef7c5cceaf
parent 0e7be335e40d773e9503bbdd0a6d1b5f268e9cf1
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:52:09 +0900

change username

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 --global user.name $GHA_EMAIL - git config --global user.email $GHA_NAME + git config --local user.name "github-actions[bot]" + git config --local user.email "github-actions[bot]@users.noreply.github.com" gh repo clone $GIT_URL cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} git fetch origin $BRANCH