Skip to content

Commit d413223

Browse files
committed
test
1 parent 07e58cf commit d413223

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/convert-proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm ci && npm run preprocessing
6262

6363
- name: Clone Protobuf Generator Repository
64-
run: git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
64+
run: git clone --branch complex_type1 https://github.com/lucy66hw/openapi-generator.git cloned-repo
6565

6666
- name: Build Protobuf Generator Tool
6767
run: |

tools/proto-convert/src/config/protobuf-generator-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ additionalProperties:
99
numberedFieldNumberList: true
1010
startEnumsWithUnspecified: true
1111
aggregateModelsName: aggregated_models
12+
supportMultipleResponses: false
1213
inlineSchemaOptions:
1314
RESOLVE_INLINE_ENUMS: true
1415
SKIP_SCHEMA_REUSE: true

0 commit comments

Comments
 (0)