From 855bf94b1e59e6a855a59e742467b190cdfa3aaf Mon Sep 17 00:00:00 2001 From: Hasan Turken Date: Fri, 2 Aug 2024 09:37:47 +0300 Subject: [PATCH] Remove comment body from debug in pr comment trigger workflow Signed-off-by: Hasan Turken --- .github/workflows/pr-comment-trigger.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-comment-trigger.yml b/.github/workflows/pr-comment-trigger.yml index 29ca05a..8109259 100644 --- a/.github/workflows/pr-comment-trigger.yml +++ b/.github/workflows/pr-comment-trigger.yml @@ -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' ) &&