Skip to content

asml-actions-validation/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

Packages

No packages published

Languages

  • JavaScript 74.9%
  • TypeScript 25.1%