Skip to content

Commit bb0c0c3

Browse files
authored
Update discord-notify.yml
1 parent 05d76cc commit bb0c0c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/discord-notify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +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>_"),
65-
timestamp: $iso
64+
description: ($msg + "\n\n_" + "[`" + $short + "`](" + $curlink + ") • <t:" + $epoch + ":f>_")
6665
}]
6766
}' \
6867
| curl -fsS -H 'Content-Type: application/json' -d @- "$WEBHOOK" >/dev/null

0 commit comments

Comments
 (0)