Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 8227c5d

Browse files
committed
fix: http request via gh action
1 parent e60d30f commit 8227c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: hit api
12-
uses: fjogeleit/http-request-action@v1
12+
uses: tyrrrz/action-http-request@master
1313
with:
1414
url: "https://healthcheck.eddiehubcommunity.org/api/system/checks?token=${{ secrets.API_TOKEN }}"

0 commit comments

Comments
 (0)