We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf3e94 commit 5369206Copy full SHA for 5369206
.github/workflows/check_website_returns_200_OK.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Check HTTP Status Code
19
run: |
20
- STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://gtfs.org/ )
+ STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://gofs.org/ )
21
if [ "$STATUS_CODE" -ne 200 ]; then
22
echo "Error: Website returned status code $STATUS_CODE"
23
exit 1
.github/workflows/prod_push_update_to_server.yml
@@ -41,7 +41,7 @@ jobs:
41
key: ${{ env.ACTION_GXFS_WEBSERVER_SSH_PRIVATE_KEY }}
42
port: ${{ env.ACTION_GXFS_WEBSERVER_SSH_PORT }}
43
script: |
44
- ./gtfs_org_website_updater.sh
+ ./gofs_org_website_updater.sh
45
46
- name: Check for errors in the output
47
0 commit comments