Skip to content

Commit e154553

Browse files
authored
Merge pull request #31 from conedevelopment/szepeviktor-patch-1
Move to php-nextgen generator
2 parents 8abfd5a + 6f14906 commit e154553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
java -jar "${{ runner.temp }}/openapi-generator-cli.jar" generate \
8484
--input-spec "${{ runner.temp }}/spec.json" \
85-
--generator-name php \
85+
--generator-name php-nextgen \
8686
--output ./ \
8787
--enable-post-process-file \
8888
--additional-properties 'invokerPackage=Cone\Billingo,variableNamingConvention=camelCase,srcBasePath=src'

0 commit comments

Comments
 (0)