Skip to content

Commit

Permalink
Use -O flag to overwrite file
Browse files Browse the repository at this point in the history
  • Loading branch information
dcjohnson24 committed Oct 29, 2023
1 parent 42739c0 commit e70d3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: actions/checkout@v3
- run: |
wget https://chn-ghost-buses-public.s3.us-east-2.amazonaws.com/frontend_data_files/data.json \
-P src/Routes/
-O src/Routes/data.json
wget \
https://chn-ghost-buses-public.s3.us-east-2.amazonaws.com/frontend_data_files/schedule_vs_realtime_all_day_types_routes.json \
-P src/Routes/
-O src/Routes/schedule_vs_realtime_all_day_types_routes.json
commit-changes:
needs: download-data-json
Expand Down

0 comments on commit e70d3ea

Please sign in to comment.