Skip to content

Commit

Permalink
modified copy_rsv_data.yml to be runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsato committed Nov 17, 2023
1 parent c5cbf90 commit 4846718
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/copy_rsv_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 1
path: ./rsv-forecast-hub

- name: Copy files
run: |
mkdir -p ./rsv-forecast-hub/target-data/
chmod +w ./rsv-forecast-hub/target-data/
wget -O ./rsv-forecast-hub/target-data/rsvnet_hospitalization.csv https://raw.githubusercontent.com/midas-network/rsv-scenario-modeling-hub/main/target-data/rsvnet_hospitalization.csv
- name: Commit and push repository update
Expand Down

0 comments on commit 4846718

Please sign in to comment.