agendrix/Merge json files
Merge two json files into one. If a key collision occurs, the priority is given to file 2.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 21, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: agendrix/merge-json-files-action@ffb4a8d9c2837c69de4150c2dd4939dfc998c67e # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Name of the field that uniquely identifies an item | no | name |
| file_1_path | Path of the first json file | no | — |
| file_2_path | Path of the first json file | no | — |
Outputs
| name | description |
|---|---|
| merged_file_path | Path to the merged json file |