We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60d30f commit 8227c5dCopy full SHA for 8227c5d
.github/workflows/checks.yml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: hit api
12
- uses: fjogeleit/http-request-action@v1
+ uses: tyrrrz/action-http-request@master
13
with:
14
url: "https://healthcheck.eddiehubcommunity.org/api/system/checks?token=${{ secrets.API_TOKEN }}"
0 commit comments