更新 .gitea/workflows/surge_to_gogost.yml
All checks were successful
SurgeToGoGostConverter / convert (push) Successful in 6s
All checks were successful
SurgeToGoGostConverter / convert (push) Successful in 6s
This commit is contained in:
@@ -20,3 +20,11 @@ jobs:
|
||||
|
||||
- name: 运行转换脚本
|
||||
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
|
||||
Reference in New Issue
Block a user