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

This commit is contained in:
2025-09-13 10:03:52 -07:00
parent ba97d4d555
commit 4a91579a2b

View File

@@ -142,5 +142,5 @@ jobs:
git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc" git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc"
git config --local user.name "gitea-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: $(TZ=Asia/Shanghai date +'%Y-%m-%d %H:%M:%S')"
git push git push