From 8b4a5d9b3ad08ece4aac0cd3262e42275126360c Mon Sep 17 00:00:00 2001 From: Zhiyi Date: Sun, 14 Apr 2024 01:40:30 +0800 Subject: [PATCH] Update auto-update-gfw-pac.yml --- .github/workflows/auto-update-gfw-pac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update-gfw-pac.yml b/.github/workflows/auto-update-gfw-pac.yml index b9b8f53..7705717 100644 --- a/.github/workflows/auto-update-gfw-pac.yml +++ b/.github/workflows/auto-update-gfw-pac.yml @@ -20,7 +20,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add gfw.pac - git commit -a -m "Auto generat gfw.pac" + git commit -a -m "自动更新 gfw.pac" - name: Push changes uses: ad-m/github-push-action@master