Skip to content

Commit 9ddfc4d

Browse files
authored
Update uptime.yml
1 parent ca05255 commit 9ddfc4d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/uptime.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ jobs:
2626
name: Check status
2727
runs-on: ubuntu-latest
2828
steps:
29+
# Checkout repository
2930
- name: Checkout
30-
uses: actions/checkout@v4
31+
uses: actions/checkout@11bd7190b6c3b3efc4797b8c4f7f2f14a0b8bfb0
3132
with:
3233
ref: ${{ github.head_ref }}
3334
token: ${{ secrets.GH_PAT || github.token }}
34-
- 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) }}
35+

0 commit comments

Comments
 (0)