更新 .gitea/workflows/update-rules.yml
All checks were successful
Update Clash Rules / update-rules (push) Successful in 7s
All checks were successful
Update Clash Rules / update-rules (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user