create-json
create-json copied to clipboard
An action to use with Github Actions and create a .json file to use on other steps of the workflow.
Results
2
create-json issues
Sort by
recently updated
recently updated
newest added
I tried creating a simple JSON file with the following content: ```json { "auth": { "user": "", "password": "" } } ``` To do this I created a repository variable...
I an try to create a file based on response of a previous step, and when i try to create a file using this lib, generates this error: Error: An...