Skip to content

Commit

Permalink
Fetch new data
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilter committed Dec 19, 2024
1 parent 6bf0a52 commit 461ae99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
http_url: ${{ secrets.TASER_REMOTE }}
downloaded_filename: public/taser.csv
mask: true

- name: Fetch official data
uses: githubocto/flat@v3
with:
http_url: ${{ secrets.OFFICIAL_REMOTE }}
downloaded_filename: public/official_statistics.csv
mask: true

0 comments on commit 461ae99

Please sign in to comment.