From 3b07d5f2359dba311ecfffaf7664bb7823cc78ae Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:27:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index 8f47ab9..5117c56 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -41,8 +41,8 @@ jobs: sudo pip install -r requirements.txt - name: Run hosts update script1 - run: | - sudo python3 seHosts.py + run: | + sudo python3 setHosts.py # 提交并推送更新(仅在文件变更时) - name: Commit and push changes