Skip to content

Commit

Permalink
Update check_website_returns_200_OK.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored Jan 30, 2025
1 parent 5fa75cd commit 2083d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_website_returns_200_OK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Check HTTP Status Code
run: |
STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://staging.gbfs.org)
STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://staging.gbfs.org/ )
if [ "$STATUS_CODE" -ne 200 ]; then
echo "Error: Website returned status code $STATUS_CODE"
exit 1
Expand Down

0 comments on commit 2083d7f

Please sign in to comment.