rtCamp / action-slack-notify

GitHub Action for sending a notification to a Slack channel
https://github.com/rtCamp/github-actions-library
MIT License
1.07k stars 227 forks source link

Remove Message heading when MSG_MINIMAL is true #194

Open cseas opened 1 month ago

cseas commented 1 month ago

When we set MSG_MINIMAL: true, the Slack message sent by this action still includes the "Message" heading in the message posted on Slack.

It'd be great if that could be removed.

hayya33 commented 2 weeks ago

When we set MSG_MINIMAL: true, the Slack message sent by this action still includes the "Message" heading in the message posted on Slack.

It'd be great if that could be removed.