Browse Source

[DATALAD] Recorded changes

Daniel Busch 4 months ago
parent
commit
6d95ab5113
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/datalad_setup.yaml

+ 1 - 1
.github/workflows/datalad_setup.yaml

@@ -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 https://github.com/primap-community/FAOSTAT_data_primap.git
+        run: datalad clone -b doit https://github.com/primap-community/FAOSTAT_data_primap.git
       - name: setup Python
         uses: actions/setup-python@v5
         with: