Add webhook failure logging

Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-25 01:54:07 +00:00
parent a0c8c8ff78
commit f7e9f726f8

View File

@ -334,4 +334,5 @@ jobs:
} }
EOF EOF
) )
curl -sS -H "Content-Type: application/json" -d "$payload" "$DISCORD_WEBHOOK_URL" curl -sS -H "Content-Type: application/json" -d "$payload" "$DISCORD_WEBHOOK_URL" || \
echo "Failed to send Discord notification."