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

This commit is contained in:
root 2023-12-16 21:37:16 +08:00
parent cb7fba0875
commit 691e1f420b
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Gitea Actions Demo
name: Uptime Report
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
@ -21,5 +21,7 @@ jobs:
uses: actions/checkout@v4
- run: |
curl -v ${{secret.UPTIME_WEBHOOK_URL}}
curl -v $UPTIME_WEBHOOK_URL
env:
DINGTALK_WEBHOOK_URL: ${{ secrets.UPTIME_WEBHOOK_URL }}
- run: echo "🍏 This job's status is ${{ job.status }}."