Skip to content

Commit 38a577b

Browse files
committed
Update generate.yml
1 parent 2b49a0b commit 38a577b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
java -jar openapi-generator-cli.jar generate \
3636
-i spec.yaml \
3737
-g php \
38-
-o . \
38+
-o ./ \
3939
--skip-validate-spec \
4040
--git-repo-id api-wrapper-codegen-php \
41-
--git-user-id BuiltByBit \
41+
--git-user-id BuiltByBit \
4242
--package-name builtbybit/api-wrapper-codegen-php
4343
4444
- name: Check for changes

0 commit comments

Comments
 (0)