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 bb0c0c3 commit 7a69ed9Copy full SHA for 7a69ed9
.github/workflows/discord-notify.yml
@@ -61,7 +61,7 @@ jobs:
61
url: ("https://github.com/" + $login),
62
icon_url: ("https://avatars.githubusercontent.com/" + $login)
63
},
64
- description: ($msg + "\n\n_" + "[`" + $short + "`](" + $curlink + ") • <t:" + $epoch + ":f>_")
+ description: ($msg + "\n_" + "[`" + $short + "`](" + $curlink + ") • <t:" + $epoch + ":f>_")
65
}]
66
}' \
67
| curl -fsS -H 'Content-Type: application/json' -d @- "$WEBHOOK" >/dev/null
0 commit comments