更新 .gitea/workflows/update-rules.yml
Some checks failed
Download Clash Rules / download-rules (push) Failing after 1s
Some checks failed
Download Clash Rules / download-rules (push) Failing after 1s
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user