## Description - My actionflow setup randomly fails. Some days more often than the others - I do not see any useful error from the Actions output Action file: https://github.com/quicoto/actionsflow/blob/main/.github/workflows/actionsflow.yml ## Current Action fails with this output: ``` Error: HttpError: Server Error Error: Actionsflow error: HttpError: Server Error ``` Example failed action: https://github.com/quicoto/actionsflow/actions/runs/3328329214/jobs/5504196930 ## Expectation It used to never fail until a few days ago. - Is there a way to get more verbose error output?
Description
Action file:
https://github.com/quicoto/actionsflow/blob/main/.github/workflows/actionsflow.yml
Current
Action fails with this output:
Example failed action: https://github.com/quicoto/actionsflow/actions/runs/3328329214/jobs/5504196930
Expectation
It used to never fail until a few days ago.