Update .gitea/workflows/uptime.yaml
Some checks failed
DDNS Update / DDNS (push) Failing after 3s
Uptime Report / Explore-Gitea-Actions (push) Successful in 13s

This commit is contained in:
root 2025-11-08 14:22:00 +08:00
parent 2bb7c179ac
commit a3436155e1

View File

@ -9,6 +9,9 @@ on:
- cron: '@hourly'
jobs:
Explore-Gitea-Actions:
defaults:
run:
shell: sh
runs-on: linux
steps:
- run: |
@ -21,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- run: |
curl $UPTIME_WEBHOOK_URL
wget -qO - $UPTIME_WEBHOOK_URL
env:
UPTIME_WEBHOOK_URL: ${{ secrets.UPTIME_WEBHOOK_URL }}
- run: echo "🍏 This job's status is ${{ job.status }}."