Releases: 8398a7/action-slack
Releases · 8398a7/action-slack
Release v3.1.0
Add job field.
Previously, the action
field could be used to get the link per workflow, but there was no link per job.
The addition of the job link indicated by that notification makes it more useful.
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,commit,job # Choose any field you want
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_ URL }}
Release v3.0.3
Fix vulnerability.
Release v3.0.2
Fixed a problem with fields: message
that did not output correctly when the commit message contained a newline.
Release v3.0.1
Added a feature to the "message" field.
The message is now a link to the commit URL.
Release v3.0.0
Release v2.7.0
- [#40] GITHUB_TOKEN specification is optional
- Fix security issues
Release v2.6.0
Fixed the problem that the value specified for username, channel, etc. did not work when using legacy webhook url.
Release v2.5.4
It is an improvement around CI.
Release v2.5.3
Minor fixes, such as adding coverage and adding badges.
Release v2.5.2
Release automation and template update release.
There is no addition / deletion as a feature.