From a3436155e1166abbaa5a05b4282486ee02e6fd2f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Nov 2025 14:22:00 +0800 Subject: [PATCH] Update .gitea/workflows/uptime.yaml --- .gitea/workflows/uptime.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/uptime.yaml b/.gitea/workflows/uptime.yaml index d94e4f4..f6a8a91 100644 --- a/.gitea/workflows/uptime.yaml +++ b/.gitea/workflows/uptime.yaml @@ -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 }}." \ No newline at end of file