1 parent d44e1f2 commit 8f3a3a8Copy full SHA for 8f3a3a8
1 file changed
.github/workflows/convert-proto.yml
@@ -107,10 +107,7 @@ jobs:
107
run: npm ci && npm run preprocessing -- --opensearch-version "$OPENSEARCH_VERSION"
108
109
- name: Clone Protobuf Generator Repository
110
- run: |
111
- git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
112
- cd cloned-repo
113
- git checkout 6699ecd9d2f4e0868f23bb36566ea03cd1230e6a
+ run: git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
114
115
- name: Build Protobuf Generator Tool
116
run: |
0 commit comments