ilhamsyahids/slackify-notification
Slack Notification Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2024
- License
- MIT
Pinned Snippet
uses: ilhamsyahids/slackify@2fc26e21357be58d982c558f52efb840040c5637 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| type | job status (success, failure or cancelled) | yes | — |
| job_name | title of the notification (format: markdown) | yes | — |
| mention | slack mention | no | — |
| mention_if | the condition for mentioning | no | — |
| username | legacy information slack username | no | — |
| icon_emoji | legacy information slack icon emoji | no | — |
| channel | legacy information slack channel | no | — |
| url | slack incoming webhook url | no | — |
| commit | whether include commit data or not (true or false) | no | false |
| token | need to get commit data | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| payload | Payload that sent to slack |