Skip to content

openactive/data-catalog-compare-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-catalog-compare-action

GitHub Action to compare data catalog files, used by https://github.com/openactive/data-catalogs

Inputs

new_json_file

Required New JSON-LD Data Catalog file path.

old_json_file

Required Old JSON-LD Data Catalog file path.

Outputs

url

URL of newly added dataset

Example usage

uses: openactive/data-catalog-compare-action@main
with:
  new_json_file: './a.json'
  old_json_file: './b.json'

About

GitHub Action to compare data catalog files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published