Explorar el Código

[DATALAD] Recorded changes

Daniel Busch hace 5 meses
padre
commit
9c1e119efa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/download.yaml

+ 1 - 1
.github/workflows/download.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 fix-datalad-set-up 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: