Skip to content

Commit

Permalink
ci/fix: use correct endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jun 29, 2023
1 parent 6495320 commit 4c9ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/warmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: cURL the API
run: |
healthcheck() {
[ "$(curl https://$GITHUB_REPOSITORY_OWNER-$REPOSITORY_NAME.hf.space/v1/)" = "\"Welcome to v1 of the API!"\" ]
[ "$(curl https://$GITHUB_REPOSITORY_OWNER-$REPOSITORY_NAME.hf.space/)" = "\"Welcome to v1 of the API!"\" ]
}
healthcheck || healthcheck || healthcheck

0 comments on commit 4c9ecf3

Please sign in to comment.