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

Commit cf4e8d4

Browse files
Add debug output to Determine if there is authority to continue
1 parent adbdcf7 commit cf4e8d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
name: Determine if there is authority to continue
2121
if: steps.comment.outputs.triggered == 'false' || steps.comment.outputs.comment_username != 'benjamin-maynard'
2222
run: |
23+
echo "Comment Creator: ${{ steps.comment.outputs.triggered }}"
24+
echo "Comment Text: ${{ steps.comment.outputs.triggered }}"
2325
exit 1
2426
-
2527
name: Checkout

0 commit comments

Comments
 (0)