소스 검색

change repo url in datalad install command

Lennart Wittkuhn 1 년 전
부모
커밋
d311e7be87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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