From 69c960ee575e1fbbd178cdf8d6e90af130cacd37 Mon Sep 17 00:00:00 2001 From: yuanzhen869 Date: Sat, 9 Nov 2024 07:44:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/surge=5Ft?= =?UTF-8?q?o=5Fgogost.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/surge_to_gogost.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/surge_to_gogost.yml b/.gitea/workflows/surge_to_gogost.yml index 17d99ba..c8e5ff3 100644 --- a/.gitea/workflows/surge_to_gogost.yml +++ b/.gitea/workflows/surge_to_gogost.yml @@ -19,4 +19,12 @@ jobs: python-version: "3.x" - name: 运行转换脚本 - run: python .gitea/workflows/convert_surge_to_gogost.py \ No newline at end of file + run: python .gitea/workflows/convert_surge_to_gogost.py + + - name: Commit and push changes + run: | + git config --global user.name "yuanzhen869" + git config --global user.email "yuanzhen869@gmail.com" + git add . + git commit -m "surge_to_gogost" || echo "No changes to commit" + git push origin main \ No newline at end of file