action-mattermost-notify icon indicating copy to clipboard operation
action-mattermost-notify copied to clipboard

GitHub Action for sending a notification to a Mattermost channel

Results 4 action-mattermost-notify issues
Sort by recently updated
recently updated
newest added

the action takes ~50 seconds to build. in comparison to using a plain curl call in the github action this overhead is crazy ![grafik](https://user-images.githubusercontent.com/120441/128490117-4eb05993-2215-4b82-8cac-f8721f995939.png)

can we use action for commercial? could you upload it?

You need generate a mattermost.json file in a step before. For the message format you can check the [Mattermost documentation](https://docs.mattermost.com/developer/webhooks-incoming.html)

i think this package need upgrade the payload requested to mattermost based in this documentation https://developers.mattermost.com/integrate/webhooks/incoming/?utm_source=mattermost&utm_medium=in-product&utm_content=installed_incoming_webhooks&uid=f1o7jarg1fgszqqf5oqycmhmte&sid=gtg3u3zcwpby5fwibktc9fijpy to this code maybe ``` const payload = { channel: inputs.channel, username: inputs.username, icon_url:...