Skip to content

Commit 6305ecd

Browse files
authored
Merge pull request #1214 from kubernetes-client/brendandburns-patch-2
Update generate-javascript.yml
2 parents 872edd1 + 3c91987 commit 6305ecd

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
@@ -33,6 +33,8 @@ jobs:
3333
git config --global user.name "Github Actions"
3434
git config --global user.email "<>"
3535
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
3638
rm -rf gen/.git
3739
- name: Generate Branch Name
3840
run: |

0 commit comments

Comments
 (0)