We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74f9a1 commit f024b67Copy full SHA for f024b67
.github/workflows/discord-notify.yml
@@ -50,7 +50,8 @@ jobs:
50
],
51
"author": {
52
"name": "${{ github.event.head_commit.author.name }}",
53
- "icon_url": "https://github.com/${{ github.actor }}.png"
+ "icon_url": "https://github.com/${{ github.actor }}.png",
54
+ "url": "https://github.com/${{ github.actor }}"
55
},
56
"thumbnail": {
57
"url": "https://cdn.discordapp.com/icons/1294072522219978802/12e48a18d32be277c7b1dc8a87ac00b9.webp?size=256"
0 commit comments