We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bdfed commit c601240Copy full SHA for c601240
.github/workflows/generate-javascript.yml
@@ -31,6 +31,7 @@ jobs:
31
git checkout "${{ github.event.inputs.genCommit }}"
32
# apply https://github.com/kubernetes-client/gen/pull/224
33
git config --global user.name "Github Actions"
34
+ git config --global user.email "<>"
35
git cherry-pick --strategy=recursive -X theirs c557f7f
36
- name: Generate Branch Name
37
run: |
0 commit comments