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 5721358 commit c986c58Copy full SHA for c986c58
.github/workflows/openapi.yml
@@ -73,7 +73,7 @@ jobs:
73
PHP_POST_PROCESS_FILE: "php-cs-fixer fix --allow-risky yes"
74
run: |
75
java -jar "${{ runner.temp }}/openapi-generator-cli.jar" generate \
76
- --input-spec ./openapi.yaml \
+ --input-spec ./openapi.yml \
77
--generator-name php-nextgen \
78
--output ./ \
79
--enable-post-process-file \
0 commit comments