Skip to content

Store json in a file, without needing to worry about escaping the string properly

License

Notifications You must be signed in to change notification settings

Legin1976/json-to-file

 
 

Repository files navigation

OpenSSF Scorecard build-test

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'

About

Store json in a file, without needing to worry about escaping the string properly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • JavaScript 13.0%