commit 01655e7855fb4124908576de499febeb4141ff00 parent d0579ca4bb669af8bcc545bef020098d2e88d099 Author: minerva-jupiter <ryouturn@gmail.com> Date: Mon, 21 Apr 2025 22:37:00 +0900 update email 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 "latex-template@minervajuppiter.net" + git config --global user.name "Minerva_Juppiter" + git config --global user.email "ryouturn@gmail.com" gh repo clone $GIT_URL cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} git fetch origin $BRANCH