Skip to content

mattermost-notification

Actions
Send Message to Mattermost channel
v0.1.2-beta
LatestPre-release
Star (2)

Tags

 (2)

Mattermost Notification Action

This action allows you to send messages to your Mattermost.

Parameters

Param Description
webhook (required) Webhook URI
text (required) Message body (Markdown allowed)
channel Channel message will be posted in or username to send DM (Leave empty for hook-default)
username Sender name (leave empty to use hook-default)
json For fully custom payload. ALL other params will be ignored (even text)
icon_url Sender icon url
icon_emoji Sender emoji

Usage example

    ...
    steps:
      - uses: komarnitskyi/action-mattermost-notification@v0.1.2-beta
        with:
          webhook: ${{secrets.MATTERMOST_WEBHOOK}}
          text: "Application successfully deployed"
          username: 'appbot'

Check the Mattermost documentation for more information regarding hooks

mattermost-notification 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.

About

Send Message to Mattermost channel
v0.1.2-beta
LatestPre-release

Tags

 (2)

mattermost-notification 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.