We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87073c5 commit 8242c8fCopy full SHA for 8242c8f
.github/workflows/test.yml
@@ -8,8 +8,12 @@ jobs:
8
generate:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2
12
- uses: craicoverflow/openapi-generator-action@main
13
with:
14
generator: go
15
- input: ./examples/petstore/petstore-expanded.yaml
+ input: ./examples/petstore/petstore-expanded.yaml
16
+ output: ./examples/petstore/api
17
+ package-name: petstore
18
+ git-user-id: "craicoverflow"
19
+ git-repo-id: "openapi-generate-generate-action"
0 commit comments