Skip to content

Commit

Permalink
Update issuecomment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmella-v authored Mar 27, 2024
1 parent 2af55ea commit 9f9d50d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issuecomment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
id: verify_user
shell: bash
run: |
echo "Comment Body Test: ${{ github.event.comment.user.login }}"
echo result=`python3 code/.github/verify2.py modsource $COMMENT_AUTHOR` >> $GITHUB_OUTPUT
env:
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}
Expand Down

0 comments on commit 9f9d50d

Please sign in to comment.