diff --git a/.gitea/workflows/update-rules.yml b/.gitea/workflows/update-rules.yml index c325a77..1be0ef2 100644 --- a/.gitea/workflows/update-rules.yml +++ b/.gitea/workflows/update-rules.yml @@ -139,8 +139,8 @@ jobs: - name: 提交更改 run: | - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" + git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc" + git config --local user.name "gitea-actions[bot]" git add . git diff --cached --quiet || git commit -m "Update rules: $(date +'%Y-%m-%d')" git push \ No newline at end of file