测试hosts.yaml
All checks were successful
/ services-test (push) Successful in 4s
/ job1 (push) Successful in 3s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 3s
/ hostssss-not-changed (push) Successful in 3s
/ hostssss-changed (push) Successful in 9s

This commit is contained in:
严浩
2025-06-15 01:25:02 +08:00
parent 251ea07aea
commit bce207f5b4

View File

@ -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