Update .gitea/workflows/uptime.yaml
Uptime Report / Explore-Gitea-Actions (push) Successful in 4s Details

This commit is contained in:
root 2023-12-16 21:39:19 +08:00
parent 57971667e3
commit 2c4bf47869
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- run: |
curl -v $UPTIME_WEBHOOK_URL
curl $UPTIME_WEBHOOK_URL
env:
UPTIME_WEBHOOK_URL: ${{ secrets.UPTIME_WEBHOOK_URL }}
- run: echo "🍏 This job's status is ${{ job.status }}."