actions-marketplace-validations/Actions Slack Notification
Actionsで使用できるSlack通知
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | slack app oauth token | yes | — |
| channel | slack channel id | yes | — |
| color | attachments slack color (default: good) | no | good |
| title | slack title field | no | actions event notification |
| message | slack text field | no | actions event |
| mention | Mentions a slack message. If there is more than one, please specify them separated by commas. (default: <!channel>) | no | <!channel> |
| author_icon | author icon url (default: github.event.sender.avatar_url) | no | ${{ github.event.sender.avatar_url }} |
| fields | attachments fields on array object string (e.g. '[{"title": "test", "value": "test value"}]') | no | — |
| debug | print payload if is 'Y' | no | — |
Outputs
no outputs