tenzin1308/Slack Notification
GitHub Action to send Customized Slack notification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-bot_token | Slack Token | yes | — |
| slack-channel_id | Slack Channel ID | yes | — |
| slack-text | Message to post on the slack channel | yes | — |
| slack-attachments | Pass True to send a JSON-based array of structured attachments. | — | false |
| slack-blocks | Pass True to send a JSON-based array of structured blocks. | — | false |
| slack-icon_emoji | Emoji to use as the icon for this message. | — | :github: |
| slack-icon_url | URL to an image to use as the icon for this message. | — | "" |
| slack-thread_ts | Provide another message's ts value to make this message a reply. | — | "" |
| slack-unfurl_media | Pass false to disable unfurling of media content. | — | false |
| slack-unfurl_links | Pass true to enable unfurling of primarily text-based content. | — | false |
| slack-username | Set your bot's user name. | — | Mr. Awesome Bot |
Outputs
| name | description |
|---|---|
| succeed | Returns ok if the notification was successfully delivered |