更新 .gitea/workflows/sync_raw_file.yml

This commit is contained in:
2024-11-09 06:17:23 +00:00
parent 9379f8bc75
commit 3ab71b9d2e

View File

@@ -12,13 +12,13 @@ jobs:
- name: Download raw file from GitHub
run: |
mkdir -p /temp/sync/
curl -o /temp/sync/China_All.list https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Surge/China/China_All.list
mkdir -p ./temp/sync/
curl -o ./temp/sync/China_All.list https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Surge/China/China_All.list
- name: Commit and push changes
run: |
git config --global user.name "yuanzhen869"
git config --global user.email "yuanzhen869@gmail.com.com"
git config --global user.email "yuanzhen869@gmail.com"
git add .
git commit -m "Sync file from GitHub raw"
git push origin main