15gifts/DeepMerge JSON
Merges two JSON files together using deepmerge, writing the combined results to an output file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 23, 2023
- License
- MIT
Pinned Snippet
uses: 15gifts/action-deepmerge-json@50473da3ec0dc874df53416d2ea0f46588bf407d # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base-file | Base json file | yes | — |
| merge-file | Merge json file to overlay onto base | yes | — |
| output-file | Output json file for the combined results | yes | — |
| array-merge-strategy | Array merge strategy | no | — |
Outputs
no outputs