|
@@ -26,7 +26,7 @@ jobs:
|
|
|
- name: configure git user
|
|
|
run: git config --global user.name "Daniel Busch (via github actions)"
|
|
|
- name: clone repo
|
|
|
- run: datalad clone -b doit https://github.com/primap-community/FAOSTAT_data_primap.git
|
|
|
+ run: datalad clone https://github.com/primap-community/FAOSTAT_data_primap.git
|
|
|
- name: setup Python
|
|
|
uses: actions/setup-python@v5
|
|
|
with:
|