Skip to content

Commit 7cfbcca

Browse files
committed
Fix contributor check
1 parent 827cbe6 commit 7cfbcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash
4141
working-directory: ./scripts
4242
run: |
43-
OUTPUT=$(yarn check-contributor --login="${{ github.event.pull_request.user.login }}")
43+
OUTPUT=$(yarn check-contributor --login="Adrian2k")
4444
echo "result<<EOF" >> $GITHUB_OUTPUT
4545
echo "$OUTPUT" >> $GITHUB_OUTPUT
4646
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)