Send slack notifications with easy
Example:
- name: notify team
uses: exohood/actions-slack-notify@v1
with:
channel: "#events"
text: |
*[notification]*
This is to notify you about notification
:github:
token: ${{ secrets.SLACK_API_TOKEN }}