step-security/create-json
Create an JSON file from secret or a string of a json.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the file to be written. | file.json | yes | — |
| json | The json string that can be a secret of the github repo or a string of a json. | "{"title": "my json"}" | yes | — |
| dir | Optional subfolder directory to save the json file. | src/ | no | — |
Outputs
| name | description |
|---|---|
| successfully | Feedback message of success |