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
{{ message }}
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
I looked at the code for this action, but I'm not great with the javascript, so not sure I can fix it myself.
When I use this action in one of my workflows and the action receives an error from the github API, it doesn't bubble enough info from the API.
f.ex.
From what I can tell the API should be returning an HTTP status code along with a JSON body that has more info like so
It would be nice if the content of that JSON body could somehow be bubbled up to the user in the
Actionsinterface.