ci: commit as bot-joj
All checks were successful
submodules sync / sync (push) Successful in 42s
build / build (push) Successful in 1m32s
build / trigger-build-image (push) Successful in 8s

This commit is contained in:
张泊明518370910136 2024-10-30 05:28:15 -04:00
parent bb3553c60c
commit f98ef97893
GPG Key ID: D47306D7062CDA9D
2 changed files with 4 additions and 4 deletions

View File

@ -52,8 +52,8 @@ jobs:
ssh -T git@focs.ji.sjtu.edu.cn -p 2222 ssh -T git@focs.ji.sjtu.edu.cn -p 2222
- name: Set up Git - name: Set up Git
run: | run: |
git config --global user.name "gitea-actions[bot]" git config --global user.name "bot-joj"
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" git config --global user.email "bot-joj@focs.ji.sjtu.edu.cn"
- name: Clone, Commit and Push - name: Clone, Commit and Push
shell: bash shell: bash
run: | run: |

View File

@ -23,8 +23,8 @@ jobs:
ssh -T git@focs.ji.sjtu.edu.cn -p 2222 ssh -T git@focs.ji.sjtu.edu.cn -p 2222
- name: Set up Git - name: Set up Git
run: | run: |
git config --global user.name "gitea-actions[bot]" git config --global user.name "bot-joj"
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" 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 git remote set-url origin ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3.git
- name: Git Submodule Update - name: Git Submodule Update
run: | run: |