mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 10:45:58 -05:00
Check for response status #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnandChowdhary on GitHub (Aug 28, 2020).
It'd be great if we could fail the status check if the server responds with a
40xor50xstatus rather than an expected20xrepsonse.In this example, I had no way of knowing that this webhook was triggered but the server threw an error.
@joelwmale commented on GitHub (Aug 29, 2020):
Your branch has been merged and released. Thanks again for your help on the project @AnandChowdhary!