From de254e36aee2f3591d9f753c7af085e43440b17b Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 26 Mar 2024 07:47:41 -0700 Subject: [PATCH] Update generate-javascript.yml try to fix generate. --- .github/workflows/generate-javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-javascript.yml b/.github/workflows/generate-javascript.yml index e0693f40a80..b397cb34fe1 100644 --- a/.github/workflows/generate-javascript.yml +++ b/.github/workflows/generate-javascript.yml @@ -32,7 +32,7 @@ jobs: # apply https://github.com/kubernetes-client/gen/pull/224 git config --global user.name "Github Actions" git config --global user.email "<>" - git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c + git cherry-pick --strategy=recursive -X theirs c557f7f 0ef2cec 9701a7c rm -rf gen/.git # apply https://github.com/kubernetes-client/gen/pull/237 - name: Patch Dockerfile