Skip to content

Commit 8242c8f

Browse files
author
Enda
authored
chore: add more params to example generator (#2)
1 parent 87073c5 commit 8242c8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ jobs:
88
generate:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v2
1212
- uses: craicoverflow/openapi-generator-action@main
1313
with:
1414
generator: go
15-
input: ./examples/petstore/petstore-expanded.yaml
15+
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

Comments
 (0)