actions-marketplace-validations/Slack Notify Deployment
Report GitHub Actions deployment status on Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 9, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/discontract_github-action-slack-notify-deployment@570256473d08b59d8e59a80716738692cde076b1 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | The Slack channel name. Required if no `channel_id` provided. | no | — |
| channel_id | The Slack channel ID. Required if no `channel` provided. | no | — |
| status | The status to list in the update. | yes | — |
| color | The color of the Slack attachment. | yes | #cccccc |
| message_id | The ID of the existing Slack message to update. | no | — |
| tag | Tag of the Docker image being deployed. | yes | — |
| project_name | Override the project name. | no | — |
| actor | Override the actor name. | no | — |
| repo_url | Override the repository URL. | no | — |
Outputs
| name | description |
|---|---|
| message_id | The unique timestamp identifier of the Slack message sent |