json-to-file
ActionsTags
(1)Verified
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'
json-to-file is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.