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

Commit

Permalink
fix: http request via gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 11, 2024
1 parent e60d30f commit 8227c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: hit api
uses: fjogeleit/http-request-action@v1
uses: tyrrrz/action-http-request@master
with:
url: "https://healthcheck.eddiehubcommunity.org/api/system/checks?token=${{ secrets.API_TOKEN }}"

0 comments on commit 8227c5d

Please sign in to comment.