From 6fa0007475b05f6231336b460ebd14e37a5eb9aa Mon Sep 17 00:00:00 2001 From: TRACTION <19631364+iamtraction@users.noreply.github.com> Date: Sat, 14 Jan 2023 03:48:41 +0530 Subject: [PATCH] fix: remove empty `username` from webhook data Ref https://github.com/DiscordHooks/gitlab-ci-discord-webhook/pull/11 --- send.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/send.sh b/send.sh index ed7c583..3ce6df9 100755 --- a/send.sh +++ b/send.sh @@ -61,7 +61,6 @@ fi TIMESTAMP=$(date -u +%FT%TZ) WEBHOOK_DATA='{ - "username": "", "avatar_url": "https://travis-ci.com/images/logos/TravisCI-Mascot-1.png", "embeds": [ { "color": '$EMBED_COLOR',