We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827cbe6 commit 7cfbccaCopy full SHA for 7cfbcca
.github/workflows/open.yml
@@ -40,7 +40,7 @@ jobs:
40
shell: bash
41
working-directory: ./scripts
42
run: |
43
- OUTPUT=$(yarn check-contributor --login="${{ github.event.pull_request.user.login }}")
+ OUTPUT=$(yarn check-contributor --login="Adrian2k")
44
echo "result<<EOF" >> $GITHUB_OUTPUT
45
echo "$OUTPUT" >> $GITHUB_OUTPUT
46
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments