We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error message is:
Run thiyagu06/openapi-validator-action@v1 file path ./open_api_specs/openapi.json schema file full path:/home/runner/work/my_repo_name/my_repo_name/open_api_specs/openapi.json Cannot read properties of null (reading 'swagger')
The Action yml is:
name: Foo on: push jobs: check: name: Check All runs-on: ubuntu-latest strategy: matrix: path: ["./open_api_specs/openapi.json"] steps: - name: "validate openapi schema ${{matrix.path}}" uses: thiyagu06/openapi-validator-action@v1 with: filepath: "${{matrix.path}}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error message is:
The Action yml is:
The text was updated successfully, but these errors were encountered: