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 872edd1 + 3c91987 commit 6305ecdCopy full SHA for 6305ecd
.github/workflows/generate-javascript.yml
@@ -33,6 +33,8 @@ jobs:
33
git config --global user.name "Github Actions"
34
git config --global user.email "<>"
35
git cherry-pick --strategy=recursive -X theirs c557f7f
36
+ # apply https://github.com/kubernetes-client/gen/pull/237
37
+ git cherry-pick --strategy=recursive -X theirs 7edb192
38
rm -rf gen/.git
39
- name: Generate Branch Name
40
run: |
0 commit comments