Closed rafrafek closed 2 months ago
Apologies for the late answer.
Unfortunately this appears to be a xray API response. Does it work if you manually invoke the API request?
Is there any way to print the HTTP status and the body of the API response using the GH Action? Can it be printed when in debug mode?
"ERR_NON_2XX_3XX_RESPONSE" isn't much helpful, and instead of timings that I don't really need there could be the body.
The action prints the full error object from the networking library: https://github.com/mikepenz/xray-action/blob/main/src/processor.ts#L124
Which is thrown via here as far as I can tell: https://github.com/mikepenz/xray-action/blob/main/src/utils.ts#L76-L103
This log worked:
These didn't work:
This should be improved with https://github.com/mikepenz/xray-action/pull/879
After updating from v2.4.5 to v3.0.5 the action stopped working. Enabling debug is not helpful.