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 05d76cc commit bb0c0c3Copy full SHA for bb0c0c3
.github/workflows/discord-notify.yml
@@ -61,8 +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>_"),
65
- timestamp: $iso
+ description: ($msg + "\n\n_" + "[`" + $short + "`](" + $curlink + ") • <t:" + $epoch + ":f>_")
66
}]
67
}' \
68
| curl -fsS -H 'Content-Type: application/json' -d @- "$WEBHOOK" >/dev/null
0 commit comments