Skip to content

Commit 3c86919

Browse files
committed
fixes model generation gh action template to use older codegen
Signed-off-by: Min Jin <[email protected]>
1 parent 71077e9 commit 3c86919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
export PACKAGE_NAME="io.kubernetes.client.openapi"
7070
EOF
7171
72-
USE_SINGLE_PARAMETER=true bash java.sh ../../kubernetes/ settings
72+
USE_SINGLE_PARAMETER=false OPENAPI_GENERATOR_COMMIT=v4.3.1 bash java.sh ../../kubernetes/ settings
7373
popd
7474
rm -rf gen
7575
git config user.email "[email protected]"

0 commit comments

Comments
 (0)