Skip to content

Commit 95cb49a

Browse files
author
uesyn
committed
Cherry-pick kubernetes-client/gen#224 before generating codes
1 parent 4ea2b0f commit 95cb49a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-javascript.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
git clone https://github.com/kubernetes-client/gen
3030
pushd gen
3131
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
3234
- name: Generate Branch Name
3335
run: |
3436
SUFFIX=$(openssl rand -hex 4)

0 commit comments

Comments
 (0)