Skip to content

Releases: sarisia/actions-status-discord

v1.8.4

23 Mar 13:31
Compare
Choose a tag to compare
  • Update dependencies

v1.8.3

05 Jan 21:37
Compare
Choose a tag to compare
  • Update dependencies

v1.8.1

15 Dec 01:06
Compare
Choose a tag to compare
  • Update dependencies

v1.8.0

16 Nov 06:09
Compare
Choose a tag to compare
  • Added image option.
    • You can attach an image to the embed.

v1.7.1

02 Oct 09:13
Compare
Choose a tag to compare
  • Action now dumps result payload.
  • Webhook URL with /github suffix will be warned.
  • Added markdown example and troubleshooting chapter to README

v1.7.0

15 Aug 23:24
Compare
Choose a tag to compare
  • Default values are changed for status and title inputs.
    • Default value for status is now ${{ job.status }}
    • Default value for title is now ${{ github.workflow }}
    • Minimum usage is changed. Extremely easy!
      - uses: sarisia/actions-status-discord@v1
        if: always()
        with:
          webhook: ${{ secrets.DISCORD_WEBHOOK }}

v1.6.0

09 Aug 20:49
Compare
Choose a tag to compare
  • Added options nocontext, noprefix
    • Current option nodetail will set both nocontext and noprefix to true
    • See README.md for more details

v1.5.2

23 Jun 18:39
Compare
Choose a tag to compare

v1.5.1

20 May 04:50
Compare
Choose a tag to compare

Fix action.yml

v1.5.0

17 May 19:37
Compare
Choose a tag to compare

Added title input.
job input is now deprecated and is planned to be removed in v2.