stelzo/OpenAPI API Version Print
Gets the API version in the OpenAPI Spec file and outputs it to use within other actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| specFile | Path to the OpenAPI Specification file (local or URI). If not given, it looks up openapi.yaml, openapi.yml and openapi.json in the current directory. | no | — |
Outputs
| name | description |
|---|---|
| apiVersion | The API version in the OpenAPI Specification file. |