Explorar el Código

change repo url in datalad install command

Lennart Wittkuhn hace 1 año
padre
commit
d311e7be87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -12,7 +12,7 @@ jobs:
     steps:
       - name: Install and Build
         run: |
-          datalad install --get-data https://github.com/$GITHUB_REPOSITORY
+          datalad install --get-data https://github.com/lnnrtwttkhn/replay-illustrations
           datalad unlock -d replay-illustrations replay-illustrations/illustrations
       - name: Upload artifact
         uses: actions/upload-artifact@v2