Skip to content

Commit 242e8c4

Browse files
ci: generate-js.yml: add commit id for cherry-pick
1 parent 5ef87ec commit 242e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# apply https://github.com/kubernetes-client/gen/pull/224
3333
git config --global user.name "Github Actions"
3434
git config --global user.email "<>"
35-
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c
35+
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c 7be3540
3636
rm -rf gen/.git
3737
# apply https://github.com/kubernetes-client/gen/pull/237
3838
- name: Patch Dockerfile

0 commit comments

Comments
 (0)