We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the bot in debug mode, some of the data logged is empty even though there are valid values (we know because the bot works).
v1
No response
https://github.com/WordPress/props-bot-action/actions/runs/7923792615/job/21634347897#step:3:25
The text was updated successfully, but these errors were encountered:
I think this is due to debug requiring a string. https://github.com/actions/toolkit/blob/master/packages/core/src/core.ts#L129
Might be worth having our own wrapper that calls JSON.stringify on non strings
JSON.stringify
Sorry, something went wrong.
desrosj
No branches or pull requests
Description
When running the bot in debug mode, some of the data logged is empty even though there are valid values (we know because the bot works).
Version
v1
Workflow file
No response
Link
https://github.com/WordPress/props-bot-action/actions/runs/7923792615/job/21634347897#step:3:25
The text was updated successfully, but these errors were encountered: