Skip to content

Commit

Permalink
Merge pull request #1214 from kubernetes-client/brendandburns-patch-2
Browse files Browse the repository at this point in the history
Update generate-javascript.yml
  • Loading branch information
k8s-ci-robot committed Aug 23, 2023
2 parents 872edd1 + 3c91987 commit 6305ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
git config --global user.name "Github Actions"
git config --global user.email "<>"
git cherry-pick --strategy=recursive -X theirs c557f7f
# apply https://github.com/kubernetes-client/gen/pull/237
git cherry-pick --strategy=recursive -X theirs 7edb192
rm -rf gen/.git
- name: Generate Branch Name
run: |
Expand Down

0 comments on commit 6305ecd

Please sign in to comment.