We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a228099 commit 0804d3dCopy full SHA for 0804d3d
.github/workflows/gradle.yml
@@ -30,6 +30,8 @@ jobs:
30
with:
31
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
32
severity: info
33
- username: New release
+ avatarUrl: 'https://raw.githubusercontent.com/botblock/JavaBotBlockAPI/master/src/main/resources/jbba.png'
34
+ username: New release (${{ github.event.release.tag_name }})
35
+ text: ${{ github.event.release.name }}
36
description: '**Release Information**'
- details: ''
37
+ details: '${{ github.event.release.body }}'
0 commit comments