diff --git a/.github/workflows/contributor.yaml b/.github/workflows/contributor.yaml index ca3f0d81f..5ac30ccfa 100644 --- a/.github/workflows/contributor.yaml +++ b/.github/workflows/contributor.yaml @@ -30,7 +30,7 @@ jobs: - name: Author of comment has insufficient permissions if: ${{ !contains(fromJson('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.comment.author_association) }} run: | - echo ${{ github.event.comment.body }} + echo ${{ github.event.comment.author_association }} exit 1 build: