File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # install-git-chglog
1
+ # openapi-generator-generate-action
2
2
3
3
This action installs and runs [ OpenAPI Generator] ( https://openapi-generator.tech/ ) .
4
4
10
10
11
11
``` yaml
12
12
steps :
13
- - uses : actions/openapi-generator-action@v1
13
+ - uses : actions/openapi-generator-action@v0
14
14
with :
15
15
generator : ' go'
16
16
input : petstore.yaml
Original file line number Diff line number Diff line change 1
- name : ' openapi-generator-action'
1
+ name : ' openapi-generator-generate- action'
2
2
description : ' GitHub Action for OpenAPITools/openapi-generator'
3
3
author : ' craicoverflow'
4
4
branding :
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " openapi-generator-action" ,
2
+ "name" : " openapi-generator-generate- action" ,
3
3
"description" : " GitHub Action for generating an OpenAPI client using OpenAPI Generator" ,
4
4
"version" : " 0.1.0" ,
5
5
"main" : " lib/main.js" ,
You can’t perform that action at this time.
0 commit comments