Update .gitea/workflows/uptime.yaml
Uptime Report / Explore-Gitea-Actions (push) Failing after 4s
Details
Uptime Report / Explore-Gitea-Actions (push) Failing after 4s
Details
This commit is contained in:
parent
cb7fba0875
commit
691e1f420b
|
@ -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 }}."
|
Loading…
Reference in New Issue