Update .gitea/workflows/job1.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
root 2023-12-16 21:35:12 +08:00
parent e2357d181a
commit cb7fba0875

View File

@ -21,7 +21,5 @@ jobs:
uses: actions/checkout@v4
- run: |
ls -l
curl -v www.homeinfra.org
echo test
curl -v ${{secret.UPTIME_WEBHOOK_URL}}
- run: echo "🍏 This job's status is ${{ job.status }}."