Skip to content

Commit 6697b0d

Browse files
authored
fix broken avatar link
1 parent d933251 commit 6697b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
7070
severity: info
71-
avatarUrl: 'https://raw.githubusercontent.com/botblock/JavaBotBlockAPI/master/src/main/resources/Jbba.png'
71+
avatarUrl: 'https://docs.botblock.org/JavaBotBlockAPI/assets/img/jbba.png'
7272
username: 'New release'
7373
text: '${{ github.event.release.name }}'
7474
description: '[**Release Information**](${{ github.event.release.html_url }})'

0 commit comments

Comments
 (0)