getting debug information #1695
Replies: 4 comments 3 replies
-
I also get that error with gitea and not using act.
My conclusion is start act in a javascript debug terminal (Use the Sometimes a small detail, e.g. a missing shortcut url field in the json response can bring some actions to blow up. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the advice. How can I do that exactly? This is not something I'm familiar with. |
Beta Was this translation helpful? Give feedback.
-
I managed to get more information by doing the following:
And now I have:
It is obscure but there is one more clue. It happens here because the |
Beta Was this translation helpful? Give feedback.
-
It is a Forgejo compatibility problem: the release API endpoint is missing the Thanks for the guidance @ChristopherHX: I do not have VSCode but now I figured out a way to debug actions and it will be useful going forward. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to figure out how to use https://github.com/softprops/action-gh-release and it fails with
Is there a way to get a stack trace for
[Main/build] ❗ ::error::Cannot read properties of undefined (reading 'indexOf')
? It is likely not ACT but the action itself failing because of ... don't know what.and run with:
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions