cf-pages-await icon indicating copy to clipboard operation
cf-pages-await copied to clipboard

Return outputs on build failure

Open nascob opened this issue 1 year ago • 1 comments

I am trying to run some GH actions by gathering the CloudFlare build logs (even on build failure).

It seems that at the moment the script is only configured to return outputs in the case the build succeeds.

Would it be possible to add a flag to make it return outputs (like deployment id) on build failure as well? Not sure if we can access continue-on-error from within the action.

Let me know and I'd be happy to create a PR

nascob avatar Apr 02 '24 08:04 nascob

I have the same use case as @atanasbozhkov

iknowhtml avatar Aug 29 '24 09:08 iknowhtml