Releases: sarisia/actions-status-discord
Releases · sarisia/actions-status-discord
v1.8.4
- Update dependencies
v1.8.3
- Update dependencies
v1.8.1
- Update dependencies
v1.8.0
- Added
image
option.- You can attach an image to the embed.
v1.7.1
- Action now dumps result payload.
- Webhook URL with
/github
suffix will be warned. - Added markdown example and troubleshooting chapter to README
v1.7.0
- Default values are changed for
status
andtitle
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 }}
- Default value for
v1.6.0
- Added options
nocontext
,noprefix
- Current option
nodetail
will set bothnocontext
andnoprefix
totrue
- See README.md for more details
- Current option
v1.5.2
- add formatter for
release
event - Discord Embed limits is now applied. For more details, see: https://discord.com/developers/docs/resources/channel#embed-limits
v1.5.1
Fix action.yml
v1.5.0
Added title
input.
job
input is now deprecated and is planned to be removed in v2
.