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 ba985e5 commit b5f5259Copy full SHA for b5f5259
.github/workflows/generate-javascript.yml
@@ -30,11 +30,10 @@ jobs:
30
pushd gen
31
git checkout "${{ github.event.inputs.genCommit }}"
32
# apply https://github.com/kubernetes-client/gen/pull/224
33
+ # apply https://github.com/kubernetes-client/gen/pull/237
34
git config --global user.name "Github Actions"
35
git config --global user.email "<>"
- 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
+ git cherry-pick --strategy=recursive -X theirs c557f7f 7edb192
38
rm -rf gen/.git
39
- name: Generate Branch Name
40
run: |
0 commit comments