Purpose Write JSON from to a file, without having to worry about string escaping on a bash script. Usage - uses: devops-actions/json-to-file@v1.0.0 with: json: '{"test": "test"}' filename: 'test.json'