更新 .gitea/workflows/update-rules.yml
All checks were successful
Update Clash Rules / update-rules (push) Successful in 7s

This commit is contained in:
2025-09-13 05:07:34 -07:00
parent ade10f8ff9
commit 867d4c101d

View File

@@ -139,8 +139,8 @@ jobs:
- name: 提交更改 - name: 提交更改
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc"
git config --local user.name "github-actions[bot]" git config --local user.name "gitea-actions[bot]"
git add . git add .
git diff --cached --quiet || git commit -m "Update rules: $(date +'%Y-%m-%d')" git diff --cached --quiet || git commit -m "Update rules: $(date +'%Y-%m-%d')"
git push git push