mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-26 11:22:26 +00:00
Document ignored webhook failures
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
823dce3477
commit
8a1f31f15a
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -349,5 +349,5 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
if [ "$http_code" -lt 200 ] || [ "$http_code" -ge 300 ]; then
|
if [ "$http_code" -lt 200 ] || [ "$http_code" -ge 300 ]; then
|
||||||
echo "Discord notification failed with HTTP $http_code: $(cat "$response_file")"
|
echo "Discord notification failed with HTTP $http_code: $(cat "$response_file")"
|
||||||
|
echo "Continuing without failing the release job."
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user