jossef/Set JSON Field

This GitHub Action helps edit a JSON file and set a field value

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filefile name/path to edit. e.g 'package.json'yes
fieldfield to edit. can be nested fields. e.g 'version' or 'metadata.scripts.build'yes
valuevalue to set. string. e.g. 'v1.2.3'yes
parse_jsonoptional. if set to any non-empty value will parse the data in 'value' field to JSONno""

no outputs