From bce207f5b437aefecf619bf26605c519e49383a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 15 Jun 2025 01:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95hosts.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测试hosts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/测试hosts.yaml b/.github/workflows/测试hosts.yaml index e31f9c9..e0d1ef8 100644 --- a/.github/workflows/测试hosts.yaml +++ b/.github/workflows/测试hosts.yaml @@ -20,6 +20,6 @@ jobs: # 158.180.89.16 git.yanhao.ren echo "158.180.89.16 git.yanhao.ren" | sudo tee -a /etc/hosts echo "158.180.89.16 git.1-h.cc" | sudo tee -a /etc/hosts - curl git.yanhao.ren -v - curl git.1-h.cc -v + curl https://git.yanhao.ren -v + curl https://git.1-h.cc -v - uses: actions/checkout@main