epages-de/Notify Mattermost
An action to send notifications to mattermost.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 27, 2022
- License
- None
Pinned Snippet
uses: epages-de/action-mattermost-notify@c5c2f8dba76ffd6e1004432d9b134619e807c076 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | The URL of the mattermost webhook | yes | — |
| username | The username to be used. | yes | github-actions |
| github-job | The github job. Can be accessed using the following variable: "github.job" | yes | — |
| github-workflow | The github workflow. Can be accessed using the following variable: "github.workflow" | yes | — |
| repository | The repository for which the notificaiton should be sent. | yes | — |
| run-id | The ID of the run in which this notificaiton is being sent. | yes | — |
| success-or-failure | Use "success" if it was successful, anything else if it failed. | yes | — |
Outputs
no outputs