latex-template

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

commit 8797e396277e4d98099ac08295baa78cfdae28d9
parent a9f1b70aed3c9f608c67ea9d4312dd9f0366eea5
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:19:15 +0900

auto name setting

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 "Minerva_Juppiter" - git config --global user.email "ryouturn@gmail.com" + git config --global user.name $GHA_EMAIL + git config --global user.email $GHA_NAME gh repo clone $GIT_URL cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} git fetch origin $BRANCH