You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a POST action which by design returns HTTP 406, however the curl action does not seem to fail like advertised, but action workflow passes on. Are there any example of error handling of HTTP errors?
Looks like the action uses --silent --show-error --fail as fixed arguments, but still only url: (22) The requested URL returned error: 406 is printed to the console log, without any workflow error. Also tried checking the job status using if: ${{ job.status == 'failure' }}.
The text was updated successfully, but these errors were encountered:
I have a POST action which by design returns HTTP 406, however the curl action does not seem to fail like advertised, but action workflow passes on. Are there any example of error handling of HTTP errors?
Looks like the action uses
--silent --show-error --fail
as fixed arguments, but still onlyurl: (22) The requested URL returned error: 406
is printed to the console log, without any workflow error. Also tried checking the job status usingif: ${{ job.status == 'failure' }}
.The text was updated successfully, but these errors were encountered: