1 parent fcd6597 commit 7cccdb7Copy full SHA for 7cccdb7
1 file changed
.github/workflows/convert-proto.yml
@@ -61,7 +61,7 @@ jobs:
61
run: npm ci && npm run preprocessing
62
63
- name: Clone Protobuf Generator Repository
64
- run: git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
+ run: git clone https://github.com/lucy66hw/openapi-generator.git cloned-repo
65
66
- name: Build Protobuf Generator Tool
67
run: |
0 commit comments