We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be03d91 commit 9a88c8aCopy full SHA for 9a88c8a
.github/workflows/generate-javascript.yml
@@ -10,7 +10,7 @@ on:
10
genCommit:
11
type: string
12
required: true
13
- default: 'b32dcd6'
+ default: 'f0bb447'
14
description: 'The commit to use for the kubernetes-client/gen repo'
15
16
@@ -32,7 +32,7 @@ jobs:
32
# apply https://github.com/kubernetes-client/gen/pull/224
33
git config --global user.name "Github Actions"
34
git config --global user.email "<>"
35
- git cherry-pick --strategy=recursive -X theirs c557f7f 0ef2cec 9701a7c
+ git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c
36
rm -rf gen/.git
37
# apply https://github.com/kubernetes-client/gen/pull/237
38
- name: Patch Dockerfile
0 commit comments