mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
Add webhook failure logging
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
a0c8c8ff78
commit
f7e9f726f8
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user