latex-template

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

commit b12b57c3c3d7c40246873140eb068982feb3acaf
parent efd2d9224059f24fbc7f27201bcf81d0297d0016
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 20:11:01 +0900

delete global

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 @@ -11,8 +11,8 @@ jobs: steps: - name: setup git run: | - git config --global user.name "GitHub Actions Bot" - git config --global user.email "<>" + git config user.name "GitHub Actions Bot" + git config user.email "<>" git pull origin dev - name: Set up Git repository uses: actions/checkout@v2