Skip to content

Commit

Permalink
Move to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 5, 2023
1 parent ebfc331 commit a8a4fb4
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 @@ -54,7 +54,7 @@ jobs:
--input-spec "${{ runner.temp }}/spec.json" \
--generator-name php \
--output ./ \
--additional-properties 'invokerPackage=Cone\Billingo,variableNamingConvention=camelCase'
--additional-properties 'invokerPackage=Cone\Billingo,variableNamingConvention=camelCase,srcBasePath=src'
-
name: "Check difference to repository"
id: "list_diff"
Expand Down

0 comments on commit a8a4fb4

Please sign in to comment.