mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Document ignored webhook failures
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -349,5 +349,5 @@ jobs:
|
||||
fi
|
||||
if [ "$http_code" -lt 200 ] || [ "$http_code" -ge 300 ]; then
|
||||
echo "Discord notification failed with HTTP $http_code: $(cat "$response_file")"
|
||||
echo "Continuing without failing the release job."
|
||||
fi
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user