diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 30f4d2f..56bb42f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -52,8 +52,8 @@ jobs: ssh -T git@focs.ji.sjtu.edu.cn -p 2222 - name: Set up Git run: | - git config --global user.name "gitea-actions[bot]" - git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" + git config --global user.name "bot-joj" + git config --global user.email "bot-joj@focs.ji.sjtu.edu.cn" - name: Clone, Commit and Push shell: bash run: | diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 3841302..96e500f 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -23,8 +23,8 @@ jobs: ssh -T git@focs.ji.sjtu.edu.cn -p 2222 - name: Set up Git run: | - git config --global user.name "gitea-actions[bot]" - git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" + git config --global user.name "bot-joj" + git config --global user.email "bot-joj@focs.ji.sjtu.edu.cn" git remote set-url origin ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3.git - name: Git Submodule Update run: |