actions-marketplace-validations/Render JSON template

Renders JSON from a base file, injecting field/value pairs into the body

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
json-file-pathPath to JSON file to use as base for renderingyes
field-value-pairsMultiline 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
namedescription
rendered-json-fileJSON file rendered from provided inputs