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 d3f2af6 commit 7db43b9Copy full SHA for 7db43b9
.github/workflows/discord-notify.yml
@@ -60,7 +60,8 @@ jobs:
60
url: ("https://github.com/" + $login),
61
icon_url: ("https://avatars.githubusercontent.com/" + $login)
62
},
63
- description: ("[`" + $short + "`](" + $url + ")\n" + $msg + "\n\n\u200B"),
+ description: ("[`" + $short + "`](" + $url + ")\n" + $msg),
64
+ footer: { text: ("[`" + $short + "`] • " + $title) },
65
timestamp: $iso
66
}]
67
}' \
0 commit comments