From 3ab71b9d2e72af05ae8bb283be63f2ceb1099b51 Mon Sep 17 00:00:00 2001 From: yuanzhen869 Date: Sat, 9 Nov 2024 06:17:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync=5Fra?= =?UTF-8?q?w=5Ffile.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync_raw_file.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/sync_raw_file.yml b/.gitea/workflows/sync_raw_file.yml index 66a01f8..bd19ddb 100644 --- a/.gitea/workflows/sync_raw_file.yml +++ b/.gitea/workflows/sync_raw_file.yml @@ -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 \ No newline at end of file