898anil/JSON Edit
Takes a JSON file as input updates the fields and writes to a new file
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Sep 4, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 898anil/github-actions-json-edit@c86033f4e8b69644a2c7a151cbf08900c4d7d2fe # v0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | path of the file to read json from | yes | — |
| field_path | path of the field, jq style syntax | yes | — |
| field_value | value of the field, should be JSON compatible. | yes | — |
Outputs
| name | description |
|---|---|
| out_file | The path of the file with generated output |