Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: automate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Jun 22, 2023
1 parent 7f35724 commit 23e654d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-datagouv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Download data
id: download
run: |
apt-get update
apt-get install -y curl git
sudo apt-get update
sudo apt-get install -y curl git
# download https://www.data.gouv.fr/fr/datasets/liste-des-conventions-collectives-par-entreprise-siret/
echo "Download from data.gouv"
curl -L https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b-22f3f5789dc7 -o "./WEEZ.csv"
Expand Down

0 comments on commit 23e654d

Please sign in to comment.