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