更新 .gitea/workflows/surge_to_gogost.yml
All checks were successful
SurgeToGoGostConverter / convert (push) Successful in 6s

This commit is contained in:
2024-11-09 07:44:50 +00:00
parent cf3b248fed
commit 69c960ee57

View File

@@ -20,3 +20,11 @@ jobs:
- name: 运行转换脚本 - name: 运行转换脚本
run: python .gitea/workflows/convert_surge_to_gogost.py 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