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 3f1c8af commit 43adc8dCopy full SHA for 43adc8d
.github/workflows/node.yaml
@@ -684,9 +684,9 @@ jobs:
684
persist-credentials: false
685
686
- name: Generate code
687
- uses: hatamiarash7/openapi-generator@v0.2.0
+ uses: hatamiarash7/openapi-generator@v0.3.0
688
with:
689
generator: typescript-fetch
690
openapi-file: ./packages/openapi/api/actions.yaml
691
output-dir: ./packages/openapi/client/ts
692
- command-args: supportsES6=true
+ command-args: -p supportsES6=true
0 commit comments