From 597e606d7939b76ca6ca45aa465222f634a4f8b6 Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20update=5Fhosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index 1ba1679..8f47ab9 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -42,7 +42,7 @@ jobs: - name: Run hosts update script1 run: | - sudo python3 setDNS.py + sudo python3 seHosts.py # 提交并推送更新(仅在文件变更时) - name: Commit and push changes