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.
2 parents ffc04fd + 00841dc commit c803b15Copy full SHA for c803b15
.github/workflows/generate-javascript.yml
@@ -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 b32dcd6 0ef2cec 9701a7c
+ git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c a608a9d
36
rm -rf gen/.git
37
# apply https://github.com/kubernetes-client/gen/pull/237
38
- name: Patch Dockerfile
0 commit comments