소스 검색

[DATALAD] Recorded changes

Daniel Busch 4 달 전
부모
커밋
54875d3473
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 -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: