GitHub Action
json-to-file
v1.0.4
Latest version
Write JSON from to a file, without having to worry about string escaping on a bash script.
- uses: devops-actions/[email protected]
with:
json: '{"test": "test"}'
filename: 'test.json'