Skip to content

Commit

Permalink
Update generate-javascript.yml (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns authored Mar 28, 2024
1 parent be03d91 commit 9a88c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
genCommit:
type: string
required: true
default: 'b32dcd6'
default: 'f0bb447'
description: 'The commit to use for the kubernetes-client/gen repo'


Expand All @@ -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 0ef2cec 9701a7c
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6 0ef2cec 9701a7c
rm -rf gen/.git
# apply https://github.com/kubernetes-client/gen/pull/237
- name: Patch Dockerfile
Expand Down

0 comments on commit 9a88c8a

Please sign in to comment.