action-set-json-field icon indicating copy to clipboard operation
action-set-json-field copied to clipboard

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

Results 6 action-set-json-field issues
Sort by recently updated
recently updated
newest added
trafficstars

I want to update the username and password on a json file but find it redundant having to call the action twice to update both. Is the action able to...

```json { "code": 7 } ``` would like it set to 7, not "7"

bug
help wanted

Feature request: Would love to be able to set how many spaces for each indent on updates. Our project has it set to 4, and when we run this it...

Added a `should_split_field` parameter to the action so that we can specify not to split the field if we want to preserve the full string. ex. {"v1.1.0": url} also added...

I could look through the code, but this information is missing from the readme, and would be good to know :) Somtimes its useful to throw if it doesn't exist,...

There's the following error when running this action. ``` The following actions uses Node.js version which is deprecated and will be forced to run on node20: ildug/get-tag-action@v1, jossef/[email protected]. For more...