Skip to content

Commit

Permalink
Move to php-nextgen generator
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 11, 2024
1 parent 71ce2f2 commit 6f14906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
java -jar "${{ runner.temp }}/openapi-generator-cli.jar" generate \
--input-spec "${{ runner.temp }}/spec.json" \
--generator-name php \
--generator-name php-nextgen \
--output ./ \
--enable-post-process-file \
--additional-properties 'invokerPackage=Cone\Billingo,variableNamingConvention=camelCase,srcBasePath=src'
Expand Down

0 comments on commit 6f14906

Please sign in to comment.