Skip to content

Commit 14b0ac4

Browse files
Change: Update readme and version (#1571)
1 parent af959da commit 14b0ac4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

mattermost-notify/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ jobs:
8181
| skip-installation-on | Skip mn-notify installation on selected runner. Default is self-hosted-generic. | Optional. |
8282
| workflow | GitHub workflow ID to use in the message | Optional. Default is `${{ github.run_id }}`. |
8383
| workflow-name | GitHub workflow name to use in the message | Optional. Default is `${{ github.workflow }}` |
84+
| product | Product name (asset, lookout, detect, management-console, security-intelligence, enterprise-containers) | Optional. |
85+
| stage | Deployment stage (dev, integration, testing, staging, production) | Optional. |
86+
| version | Product or service version | Optional. |
87+
| service | Service name for service-update notifications | Optional. |
88+
| from-stage | Source stage for stage-transition notifications (e.g., testing) | Optional. |
89+
| to-stage | Target stage for stage-transition notifications (e.g., staging) | Optional. |
90+
| notification-type | Type of notification: deployment, service-update, stage-transition, release, hotfix. Optional and empty by default. | Optional. |
91+
| changed-services | Comma-separated list of changed services | Optional. |
8492
| MATTERMOST_WEBHOOK_URL | Mattermost webhook url | Deprecated. Use url instead. |
8593
| MATTERMOST_CHANNEL | Mattermost channel | Deprecated. Use channel instead. |
8694
| MATTERMOST_HIGHLIGHT | List of space separated users to highlight in the channel | Deprecated. Use highlight instead |

mattermost-notify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
with:
9595
python-version: "3.10"
9696
install: mattermost-notify
97-
install-version: "26.1.1"
97+
install-version: "26.1.2"
9898

9999
- name: Set Channel and Webhook
100100
shell: bash

0 commit comments

Comments
 (0)