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'
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'