From 4846718c08af4f0de4f816eda9f2c0edd24a26db Mon Sep 17 00:00:00 2001 From: kjsato Date: Fri, 17 Nov 2023 16:39:59 -0500 Subject: [PATCH] modified copy_rsv_data.yml to be runnable --- .github/workflows/copy_rsv_data.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copy_rsv_data.yaml b/.github/workflows/copy_rsv_data.yaml index b4ce0be4..03e220ae 100644 --- a/.github/workflows/copy_rsv_data.yaml +++ b/.github/workflows/copy_rsv_data.yaml @@ -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