Update .gitea/workflows/job1.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s Details

This commit is contained in:
root 2023-12-16 21:35:12 +08:00
parent e2357d181a
commit cb7fba0875
1 changed files with 1 additions and 3 deletions

View File

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