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