瀏覽代碼

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