From be2e93308a1255a03f32990f633b9e23fb51b04c Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 19 Sep 2023 16:17:55 -0700 Subject: [PATCH] Update generate-javascript.yml --- .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 fab9aea05e..25e824fd9a 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 + git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec rm -rf gen/.git # apply https://github.com/kubernetes-client/gen/pull/237 - name: Patch Dockerfile