Skip to content

Commit

Permalink
Remove comment body from debug in pr comment trigger workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <[email protected]>
  • Loading branch information
turkenh committed Aug 2, 2024
1 parent 16817f0 commit 855bf94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
echo "Trigger keyword: ${{ inputs.trigger-keyword }}"
echo "Go version: ${{ inputs.go-version }}"
echo "github.event.comment.author_association: ${{ github.event.comment.author_association }}"
echo "github.event.comment.body: ${{ github.event.comment.body }}"
get-example-list:
if: ${{ (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'CONTRIBUTOR' ) &&
Expand Down

0 comments on commit 855bf94

Please sign in to comment.