diff --git a/.github/workflows/private-access.yml b/.github/workflows/private-access.yml index d98348c..8c6d518 100644 --- a/.github/workflows/private-access.yml +++ b/.github/workflows/private-access.yml @@ -24,5 +24,5 @@ jobs: TOKEN: ${{ secrets.GH_TOKEN }} USERNAME: ${{ github.event.issue.user.login }} run: | - npm install - node scripts/invite.js $USERNAME $TOKEN \ No newline at end of file + cd scripts && npm install + node scripts/invite.js $USERNAME $TOKEN