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