Skip to content

Commit

Permalink
Update generate-javascript.yml (#1627)
Browse files Browse the repository at this point in the history
try to fix generate.
  • Loading branch information
brendandburns committed Mar 26, 2024
1 parent 0af3638 commit 5bb0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# apply https://github.com/kubernetes-client/gen/pull/224
git config --global user.name "Github Actions"
git config --global user.email "<>"
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c
git cherry-pick --strategy=recursive -X theirs c557f7f 0ef2cec 9701a7c
rm -rf gen/.git
# apply https://github.com/kubernetes-client/gen/pull/237
- name: Patch Dockerfile
Expand Down

0 comments on commit 5bb0d8f

Please sign in to comment.