GitHub Action to compare data catalog files, used by https://github.com/openactive/data-catalogs
Required New JSON-LD Data Catalog file path.
Required Old JSON-LD Data Catalog file path.
URL of newly added dataset
uses: openactive/data-catalog-compare-action@main
with:
new_json_file: './a.json'
old_json_file: './b.json'