nareshbaliga/OpenAPI Diff GH action
Runs openapitools/openapi-diff and provides results in step outputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-name | Name of the service that owns the OpenAPI spec | yes | — |
| new-openapi-spec | Absolute path to changed OpenAPI spec | yes | — |
| current-openapi-spec | Absolute path to the current OpenAPI spec | yes | — |
Outputs
| name | description |
|---|---|
| diff-state | Result of the diff: no_changed, incompatible, compatible |
| diff-md-result | Markdown file containing the detailed results of the diff |