Skip to content

Commit

Permalink
Fix dataUpdate.yml: Download Vaccine Data
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Jun 4, 2021
1 parent 4deb1c8 commit 10b55f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dataUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
with:
ref: development
- name: Download File
run: curl https://vrs-data.cio.go.jp/vaccination/opendata/latest/prefecture.ndjson -L -o vaccine_data.ndjson
run: curl --compressed https://vrs-data.cio.go.jp/vaccination/opendata/latest/prefecture.ndjson -L -o vaccine_data.ndjson
working-directory: ./dist/data
- name: Convert to Ibaraki Pref only JSON
run: 'python ../../workflow_tools/vaccine-data/main.py'
Expand Down

0 comments on commit 10b55f8

Please sign in to comment.