diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index 776cb7d..6046902 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -74,7 +74,7 @@ jobs: - name: Run hosts update script1 run: | - sudo python3 setHosts.py + sudo python3 setHosts_Classic.py # 提交并推送更新(仅在文件变更时) - name: Commit and push changes