Skip to content

Commit 7a69ed9

Browse files
authored
Update discord-notify.yml
1 parent bb0c0c3 commit 7a69ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discord-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
url: ("https://github.com/" + $login),
6262
icon_url: ("https://avatars.githubusercontent.com/" + $login)
6363
},
64-
description: ($msg + "\n\n_" + "[`" + $short + "`](" + $curlink + ") • <t:" + $epoch + ":f>_")
64+
description: ($msg + "\n_" + "[`" + $short + "`](" + $curlink + ") • <t:" + $epoch + ":f>_")
6565
}]
6666
}' \
6767
| curl -fsS -H 'Content-Type: application/json' -d @- "$WEBHOOK" >/dev/null

0 commit comments

Comments
 (0)