We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8601f commit f1ad933Copy full SHA for f1ad933
.github/workflows/private-access.yml
@@ -25,4 +25,4 @@ jobs:
25
USERNAME: ${{ github.event.issue.user.login }}
26
run: |
27
cd scripts && npm install
28
- node scripts/invite.js $USERNAME $TOKEN
+ node invite.js $USERNAME $TOKEN
0 commit comments