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 ef6569e commit 3f1c8afCopy full SHA for 3f1c8af
.github/workflows/node.yaml
@@ -684,10 +684,9 @@ jobs:
684
persist-credentials: false
685
686
- name: Generate code
687
- working-directory: ./packages/openapi
688
uses: hatamiarash7/[email protected]
689
with:
690
generator: typescript-fetch
691
- openapi-file: ./api/actions.yaml
692
- output-dir: client/ts
+ openapi-file: ./packages/openapi/api/actions.yaml
+ output-dir: ./packages/openapi/client/ts
693
command-args: supportsES6=true
0 commit comments