blog-post-workflow
blog-post-workflow copied to clipboard
JSON output is not working
I'm returning to this topic.
Every time I try to output it to blog_post_workflow_output.json, I still get the same error.
And I created the tmp folder everywhere, in the root, in .github, in .github/workflows - everything is useless. I know that this will not affect the result, but still, trying is not torture.
And what do I think about this... The tmp folder simply does not exist, and we are trying to write a file to it. Accordingly, an error. L13931
At least that's how it is for me.
Maybe add the creation of this folder?
Like this:
fs.mkdirSync(path.join("/", "tmp"), {recursive: true});
Originally posted by @ProjectSoft-STUDIONIONS in https://github.com/gautamkrishnar/blog-post-workflow/issues/110#issuecomment-2242680492