Skip to content

Commit 7db43b9

Browse files
authored
Update discord-notify.yml
1 parent d3f2af6 commit 7db43b9

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
@@ -60,7 +60,8 @@ jobs:
6060
url: ("https://github.com/" + $login),
6161
icon_url: ("https://avatars.githubusercontent.com/" + $login)
6262
},
63-
description: ("[`" + $short + "`](" + $url + ")\n" + $msg + "\n\n\u200B"),
63+
description: ("[`" + $short + "`](" + $url + ")\n" + $msg),
64+
footer: { text: ("[`" + $short + "`] • " + $title) },
6465
timestamp: $iso
6566
}]
6667
}' \

0 commit comments

Comments
 (0)