Skip to content

Commit 9a88c8a

Browse files
Update generate-javascript.yml (#1631)
1 parent be03d91 commit 9a88c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
genCommit:
1111
type: string
1212
required: true
13-
default: 'b32dcd6'
13+
default: 'f0bb447'
1414
description: 'The commit to use for the kubernetes-client/gen repo'
1515

1616

@@ -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 0ef2cec 9701a7c
35+
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c
3636
rm -rf gen/.git
3737
# apply https://github.com/kubernetes-client/gen/pull/237
3838
- name: Patch Dockerfile

0 commit comments

Comments
 (0)