actions-marketplace-validations/Set JSON Field with DataType

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
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
typeThe datatype of the value. e.g. 'int'no
parse_jsonoptional. if set to any non-empty value will parse the data in 'value' field to JSONno""

no outputs