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 55d36ce commit 3c91987Copy full SHA for 3c91987
.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