commit 7b784764ab61a1958f0f21f0b19463bbbc5f2c1a parent 518a9aca575e55ae5ae6d0473c5710e3e7518446 Author: minerva-jupiter <ryouturn@gmail.com> Date: Fri, 11 Apr 2025 21:26:57 +0900 change usename and email Diffstat:
| M | .github/workflows/latex.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml @@ -13,8 +13,8 @@ jobs: fetch-depth: 0 - name: Merge main branch run: | - git config user.name fiveseven-lambda - git config user.email fiveseven.lambda@gmail.com + git config user.name minerva_juppiter + git config user.email ryouturn@gmail.com git checkout pdf git merge main - name: Compile LaTeX document