Slack Send GitHub Action
The GitHub Action for sending data to Slack.
Sending variables
There are different techniques to send data into Slack and whichever one is chosen will require a certain set of customized inputs, as described later.
You can provide data to send to Slack from this GitHub Action and either source:
- The default event context with a payload matching the GitHub event.
- A custom payload with optional variables provided in the GitHub Action step.
These input options are valid for all techniques, but some techniques require specific constraints with certain requirements for valid inputs.
Additional configurations and other details are also available for more customizations to the provided payload.
Versioning
We recommend using the latest version of this GitHub Action for the most recent updates and fixes.
Migration guides are available in the release notes with breaking changes noted between versions.
Changes required when upgrading from @v1
to @v2
are included in this migration guide.
License
This project is licensed under the MIT license.
Contributing
All contributions are encouraged! Check out the contributor's guide to learn more.