johnbeynon / render-deploy-action

A Github Action for trigging a deploy of a Render service.
40 stars 11 forks source link

Job pass with http status code 401 #2

Open DarioDiGulio opened 2 years ago

DarioDiGulio commented 2 years ago

image

DylanFM commented 1 year ago

Hey @DarioDiGulio this could be what you're after https://github.com/johnbeynon/render-deploy-action/pull/1

MorenoMdz commented 1 year ago

Can we update it to fail the action if status is not 201?

alimony commented 1 year ago

Are there any plans to fix this? It seems like response.ok is true even for 401 responses.