Skip to content

Commit 5369206

Browse files
Fixed for correct repo
1 parent ccf3e94 commit 5369206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_website_returns_200_OK.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Check HTTP Status Code
1919
run: |
20-
STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://gtfs.org/ )
20+
STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://gofs.org/ )
2121
if [ "$STATUS_CODE" -ne 200 ]; then
2222
echo "Error: Website returned status code $STATUS_CODE"
2323
exit 1

.github/workflows/prod_push_update_to_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ env.ACTION_GXFS_WEBSERVER_SSH_PRIVATE_KEY }}
4242
port: ${{ env.ACTION_GXFS_WEBSERVER_SSH_PORT }}
4343
script: |
44-
./gtfs_org_website_updater.sh
44+
./gofs_org_website_updater.sh
4545
4646
- name: Check for errors in the output
4747
run: |

0 commit comments

Comments
 (0)