更新 .gitea/workflows/update-rules.yml
Some checks failed
Download Clash Rules / download-rules (push) Has been cancelled

This commit is contained in:
2025-09-11 22:53:20 -07:00
parent e95940d2bc
commit 0b65198917

View File

@@ -53,11 +53,3 @@ jobs:
git add ruleset/
git diff --staged --quiet || git commit -m "Auto update clash rules - $(date +%Y-%m-%d)"
git push https://x-access-token:${{ secrets.WORKFLOW_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git HEAD:main
# 方案2上传为工件如果需要保留原功能
- name: 上传规则文件为工件
uses: actions/upload-artifact@v4
with:
name: clash-rules-${{ github.run_number }}
path: ruleset/
retention-days: 30