Tufin / oasdiff-action

GitHub action for comparing OpenAPI specs
Apache License 2.0
10 stars 1 forks source link

Error: unknown command "text" for "oasdiff" #9

Closed mleczakm closed 1 year ago

mleczakm commented 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.
effoeffi commented 1 year ago

@mleczakm this repository is now deprecated. We moved to a new repository architecture containing multiple actions that you can find here