diff --git a/.forgejo/workflows/process_subways.yml b/.forgejo/workflows/process_subways.yml index 1baa86484..29eb288f9 100644 --- a/.forgejo/workflows/process_subways.yml +++ b/.forgejo/workflows/process_subways.yml @@ -170,6 +170,8 @@ jobs: run: | #set -e + cd ~/subways + # Download the Google Sheets data GOOGLE_SHEETS_URL="https://docs.google.com/spreadsheets/d/${SPREADSHEET_ID}/export?format=csv" echo "Downloading Google Sheets data from: $GOOGLE_SHEETS_URL"