Skip to content

Add project files.

Add project files. #8

Workflow file for this run

name: JSON Merge
on: [push]
jobs:
merge-json-data:
runs-on: ubuntu-latest
name: A test job to merge two local json files
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: Merge JSON files using defaults
uses: ./ # Uses an action in the root directory
id: merge
with:
new-json-path: 'about.orchestrator.store_types'