actions-marketplace-validations/Render JSON template
Renders JSON from a base file, injecting field/value pairs into the body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json-file-path | Path to JSON file to use as base for rendering | yes | — |
| field-value-pairs | Multiline path/value pairs for injecting values into the supplied JSON file according to the JSON paths specified. Each path/value entry should be separated by a newline, and a colon is used as the separator between a path and its corresponding value. | yes | — |
Outputs
| name | description |
|---|---|
| rendered-json-file | JSON file rendered from provided inputs |