tj-actions/json2file
Generate file output from JSON
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to write to | yes | .github/outputs |
| outputs | JSON string | yes | — |
| keys | List of Keys to read from the `outputs` JSON string | yes | — |
| skip_missing_keys | Skip missing keys not found in the `outputs` JSON string | no | false |
| extension | File extension to use, possible values: txt, json | no | txt |
| bin_path | Path to the binary | no | — |
Outputs
no outputs