siit-dev/Merge Shopify JSON files from 2 branches
Merge Shopify JSON files from 2 branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json-paths | JSON paths to merge | yes | config/settings_data.json,locales/en.default.json,locales/en.json |
| main-branch | Main branch | yes | main |
| production-branch | Production branch | yes | production |
| live-mirror-branch | Live mirror branch | yes | live-mirror |
| check-json-validity | Check JSON validity | yes | true |
| formatter-command | Formatter | yes | prettier --write %s |
| commit-message | Commit message | yes | [AUTOMATED] Update JSON files from `#liveMirror#` branch: #files# |
| preferred | Preferred merge strategy | yes | ours |
| exit-if-no-existing-deployment | Exit if no existing deployment | yes | true |
| run-locally-only | Run locally only | yes | true |
Outputs
| name | description |
|---|---|
| stdout | The output of the merge process |
| success | Whether the merge process was successful |