hkusu/Slack Post Action
GitHub Action to post a message to Slack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | — | yes | — |
| message | — | no | — |
| user_name | — | no | — |
| user-name | — | no | — |
| user_icon | — | no | — |
| user-icon | — | no | — |
| color | — | no | — |
| author_name | — | no | — |
| author-name | — | no | — |
| author_link | — | no | — |
| author-link | — | no | — |
| author_icon | — | no | — |
| author-icon | — | no | — |
| title | — | no | — |
| title_link | — | no | — |
| title-link | — | no | — |
| body | — | no | — |
| fields | — | no | [] |
| image | — | no | — |
| thumbnail | — | no | — |
| footer | — | no | <${{ github.event.repository.html_url }}|${{ github.event.repository.full_name }}> |
| footer_icon | — | no | https://github.com/${{ github.event.repository.owner.login }}.png |
| footer-icon | — | no | https://github.com/${{ github.event.repository.owner.login }}.png |
| actions | — | no | [] |
| log_button | — | no | — |
| log-button | — | no | — |
| sha | — | no | — |
| report-sha | — | no | — |
| report-pr-number | — | no | — |
| thread-timestamp | — | no | — |
| event | — | no | ${{ toJson(github.event) }} |
| run-id | — | no | ${{ github.run_id }} |
| github-token | — | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| result | `success` or `failure` is set. |