iamthenoah/Update Json Data
Updates the Json file data.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Relative path of the json file to update from the root of the repo. | yes | — |
| key | The key in the json file (my.nested.key). | yes | — |
| value | The value to use. | yes | — |
| commit | Whether to commit the changes. | no | true |
| branch | Branch to commit the changes to. | no | — |
| message | Custom commit message (%f = file, %k = key, %v = value). | no | Updated %f with `%k:%v`. |
| name | Name showing as the commit sender. | no | Github Workflow |
| Email of the committer. | no | noreply@github-workflow.com |
Outputs
no outputs