Skip to content

Commit df8601f

Browse files
Update private-access.yml
1 parent 142f792 commit df8601f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/private-access.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
TOKEN: ${{ secrets.GH_TOKEN }}
2525
USERNAME: ${{ github.event.issue.user.login }}
2626
run: |
27-
npm install
28-
node scripts/invite.js $USERNAME $TOKEN
27+
cd scripts && npm install
28+
node scripts/invite.js $USERNAME $TOKEN

0 commit comments

Comments
 (0)