-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,43 +5,27 @@ This action utilizes the [openapi-generator-cli](https://github.com/OpenAPITools | |
## Inputs | ||
|
||
```yml | ||
branch-name: | ||
description: Branch name | ||
required: true | ||
token: | ||
description: Github auth token | ||
required: true | ||
language: | ||
description: The generator name (language) (`-g`) argument for the openapi-generator-cli | ||
required: true | ||
config: | ||
description: The configuration (`-c`) argument for the openapi-generator-cli | ||
required: true | ||
user-email: | ||
description: Git user email | ||
default: [email protected] | ||
required: false | ||
username: | ||
description: Github username | ||
default: DX-Bandwidth | ||
default: ./openapi-config.yml | ||
api-spec-path: | ||
description: The destination of the API Specification to generate a client from | ||
required: false | ||
default: ./bandwidth.yml | ||
openapi-generator-version: | ||
description: The OpenAPI Generator project version, in `x.x.x` format | ||
required: false | ||
default: '6.5.0' | ||
api-spec-path: | ||
description: The destination of the API Specification to generate a client from | ||
default: '7.6.0' | ||
additional-properties: | ||
description: Additional properties to pass to the generator | ||
required: false | ||
default: ./bandwidth.yml | ||
working-directory: | ||
default: '' | ||
working-directory: | ||
description: The working directory to run the action in | ||
required: false | ||
default: ./ | ||
``` | ||
## Outputs | ||
```yml | ||
changes: | ||
description: Boolean representing if files in the SDK were changed or not. | ||
``` |