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 4ea2b0f commit 95cb49aCopy full SHA for 95cb49a
.github/workflows/generate-javascript.yml
@@ -29,6 +29,8 @@ jobs:
29
git clone https://github.com/kubernetes-client/gen
30
pushd gen
31
git checkout "${{ github.event.inputs.genCommit }}"
32
+ # apply https://github.com/kubernetes-client/gen/pull/224
33
+ git cherry-pick --strategy=recursive -X theirs c557f7f
34
- name: Generate Branch Name
35
run: |
36
SUFFIX=$(openssl rand -hex 4)
0 commit comments