Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 2e9b44d

Browse files
Update debug output for PR tests
1 parent cf4e8d4 commit 2e9b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-pr-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: steps.comment.outputs.triggered == 'false' || steps.comment.outputs.comment_username != 'benjamin-maynard'
2222
run: |
2323
echo "Comment Creator: ${{ steps.comment.outputs.triggered }}"
24-
echo "Comment Text: ${{ steps.comment.outputs.triggered }}"
24+
echo "Comment Username: ${{ steps.comment.outputs.comment_username }}"
2525
exit 1
2626
-
2727
name: Checkout

0 commit comments

Comments
 (0)