Slack post message
ActionsTags
(2)The aim of this action is to posts text message to your slack channel that are linked to a validation status. For example, you migh want to post a green flagged message for a validation text; or a red flagged message for a warning text.
Required Changes the color of the border on the left side of this attachment from the default green. Can either be one of good (green), warning (yellow), danger (red), or any hex color code (eg. #439FE0)
Required The message that you want to post. Markdown is not supported.
Required The webhook to your slack channel
- name: Post to slack
uses: novoda/github-slack-action@master
with:
color: danger
text: This is a danger example text
webhook: https://hooks.slack.com/services/...
Slack post message is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.