Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 604 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 604 Bytes

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/[email protected]
  with:
    json: '{"test": "test"}'
    filename: 'test.json'