kalyani-cd/Custom Slack Notifier
A GitHub Action to send customizable notifications to a Slack channel using Docker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SLACK_WEBHOOK_URL | The Slack webhook URL for sending messages | yes | — |
| SLACK_USERNAME | Username that will appear in the Slack message | — | clouddrove |
| SLACK_CHANNEL | The Slack channel to send the notification to | — | — |
| SLACK_COLOR | The color of the message sidebar in Slack | — | #1AA260 |
| SLACK_ICON_URL | URL for the icon that will be displayed with the message | — | https://clouddrove.com/assets/images/logo.png |
| MESSAGE | Custom message content to display | — | — |
| REPO_ACTION_URL | URL for the GitHub Actions page in the repository | — | — |
| DEPLOYMENT_URL | URL of the deployment or organization website | — | — |
| FOOTER | Footer text that appears at the bottom of the message | — | CloudDrove |
| FOOTER_ICON | Icon displayed next to the footer text | — | https://avatars.githubusercontent.com/u/45422299?s=200&v=4 |
| ORG_URL | URL to your organization website | — | — |
| FILE_URL | URL of the file to include in the message | — | — |
| SLACK_ICON_EMOJI | Emoji to use as the message icon (alternative to SLACK_ICON_URL) | — | — |
| CUSTOM_FIELD_1_TITLE | Title for custom field 1 | — | — |
| CUSTOM_FIELD_1_VALUE | Value for custom field 1 | — | — |
| CUSTOM_FIELD_1_SHORT | Display custom field 1 in short format (true/false) | — | — |
| CUSTOM_FIELD_2_TITLE | Title for custom field 2 | — | — |
| CUSTOM_FIELD_2_VALUE | Value for custom field 2 | — | — |
| CUSTOM_FIELD_2_SHORT | Display custom field 2 in short format (true/false) | — | — |
| CUSTOM_FIELD_3_TITLE | Title for custom field 3 | — | — |
| CUSTOM_FIELD_3_VALUE | Value for custom field 3 | — | — |
| CUSTOM_FIELD_3_SHORT | Display custom field 3 in short format (true/false) | — | — |
| CUSTOM_FIELD_4_TITLE | Title for custom field 4 | — | — |
| CUSTOM_FIELD_4_VALUE | Value for custom field 4 | — | — |
| CUSTOM_FIELD_4_SHORT | Display custom field 4 in short format (true/false) | — | — |
Outputs
no outputs