Closed mleczakm closed 1 year ago
I'm unable to run action with config like this:
- name: Running OpenAPI Spec diff action id: test_breaking_changes uses: Tufin/oasdiff-action@v2 with: base: 'head/combinedSchema.json' revision: 'base/combinedSchema.json' format: text breaking-only: true fail-on-diff: true
it fails with error:
running breaking_only and fail_on_diff... Error: unknown command "text" for "oasdiff" Run 'oasdiff --help' for usage.
@mleczakm this repository is now deprecated. We moved to a new repository architecture containing multiple actions that you can find here
I'm unable to run action with config like this:
it fails with error: