Skip to content

Commit f024b67

Browse files
authored
Update discord-notify.yml
1 parent e74f9a1 commit f024b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/discord-notify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
],
5151
"author": {
5252
"name": "${{ github.event.head_commit.author.name }}",
53-
"icon_url": "https://github.com/${{ github.actor }}.png"
53+
"icon_url": "https://github.com/${{ github.actor }}.png",
54+
"url": "https://github.com/${{ github.actor }}"
5455
},
5556
"thumbnail": {
5657
"url": "https://cdn.discordapp.com/icons/1294072522219978802/12e48a18d32be277c7b1dc8a87ac00b9.webp?size=256"

0 commit comments

Comments
 (0)