mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Add webhook failure logging
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -334,4 +334,5 @@ jobs:
|
||||
}
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user