diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0aff552d..ccc366ba 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,7 +15,7 @@ jobs: run: | git config --global pack.threads "1" npm install - npm run downloaddata --url=${{ vars.$REPO_URL }} + npm run downloaddata --url=${{ vars.REPO_URL }} npm run dist - name: Archive dist folder uses: actions/upload-pages-artifact@v3