diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index cf815ea..6b99f1c 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -84,10 +84,10 @@ jobs: """ echo "$BODY" - curl -v -X POST https://slack.com/api/chat.postMessage \ + curl -X POST https://slack.com/api/chat.postMessage \ -H "Authorization: Bearer ${{ secrets.SLACK_BOT_TOKEN }}" \ -H 'Content-type: application/json' \ --data "{ 'channel': 'C02LU432JGK', - 'text': '$BODY', + 'text': '$BODY' }"