更新 .gitea/workflows/update-rules.yml
Some checks failed
Download Clash Rules / download-rules (push) Failing after 1s

This commit is contained in:
2025-09-11 23:19:15 -07:00
parent 09dd2cfde4
commit 57141e74fa

View File

@@ -13,7 +13,7 @@ jobs:
# 不使用 actions/checkout直接手动克隆 # 不使用 actions/checkout直接手动克隆
- name: Manual Clone Repository - name: Manual Clone Repository
run: | run: |
git clone https://${{ secrets.GITHUB_TOKEN }}@${GITHUB_SERVER_URL#https://}/${{ github.repository }}.git . git clone https://${{ secrets.GITHUB_TOKEN }}@${GITHUB_SERVER_URL#}/${{ github.repository }}.git .
git config user.name "Bot" git config user.name "Bot"
git config user.email "bot@example.com" git config user.email "bot@example.com"