We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca05255 commit 9ddfc4dCopy full SHA for 9ddfc4d
.github/workflows/uptime.yml
@@ -26,15 +26,10 @@ jobs:
26
name: Check status
27
runs-on: ubuntu-latest
28
steps:
29
+ # Checkout repository
30
- name: Checkout
- uses: actions/checkout@v4
31
+ uses: actions/checkout@11bd7190b6c3b3efc4797b8c4f7f2f14a0b8bfb0
32
with:
33
ref: ${{ github.head_ref }}
34
token: ${{ secrets.GH_PAT || github.token }}
- - name: Check endpoint status
35
- uses: upptime/uptime-monitor@v1.41.0
36
- with:
37
- command: "update"
38
- env:
39
- GH_PAT: ${{ secrets.GH_PAT || github.token }}
40
- SECRETS_CONTEXT: ${{ toJson(secrets) }}
+
0 commit comments