Skip to content

Releases: 8398a7/action-slack

Release v3.1.0

12 Jun 14:01
6655087
Compare
Choose a tag to compare

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

11 May 14:42
65bb51f
Compare
Choose a tag to compare

Release v3.0.2

13 Apr 12:00
Compare
Choose a tag to compare

Fixed a problem with fields: message that did not output correctly when the commit message contained a newline.

Release v3.0.1

12 Apr 06:00
Compare
Choose a tag to compare

Added a feature to the "message" field.
The message is now a link to the commit URL.

Release v3.0.0

05 Apr 14:51
Compare
Choose a tag to compare

Release v2.7.0

22 Feb 15:00
Compare
Choose a tag to compare
  • [#40] GITHUB_TOKEN specification is optional
  • Fix security issues

Release v2.6.0

31 Dec 06:57
Compare
Choose a tag to compare

Fixed the problem that the value specified for username, channel, etc. did not work when using legacy webhook url.

Release v2.5.4

28 Dec 09:24
cd95a85
Compare
Choose a tag to compare

It is an improvement around CI.

Release v2.5.3

27 Dec 16:41
Compare
Choose a tag to compare

Minor fixes, such as adding coverage and adding badges.

Release v2.5.2

27 Dec 08:00
Compare
Choose a tag to compare

Release automation and template update release.
There is no addition / deletion as a feature.