Skip to content

Commit

Permalink
Merge pull request #210 from turkenh/fix-debug
Browse files Browse the repository at this point in the history
Remove comment body from debug in pr comment trigger workflow
  • Loading branch information
turkenh authored Aug 2, 2024
2 parents 16817f0 + 855bf94 commit 5aa444d
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 5aa444d

Please sign in to comment.