Skip to content

komarnitskyi/action-mattermost-notification

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]
        with:
          webhook: ${{secrets.MATTERMOST_WEBHOOK}}
          text: "Application successfully deployed"
          username: 'appbot'

Check the Mattermost documentation for more information regarding hooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published