This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: novoda/github-slack-action
Releases · novoda/github-slack-action
v1.0.1
- Adds the option of mentioning slack users from a github action provinding a map of githubUsername and a slack member id
- name: Post to slack
uses: novoda/[email protected]
with:
color: danger
text: This is a danger example text for ferran
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
mentionPairs: ferran::U0111 clara::U0121
v1.0.0
Use as:
- name: Post to slack
uses: novoda/github-slack-action@master
with:
color: danger
text: This is a danger example text
webhook: https://hooks.slack.com/services/...