Skip to content

Commit

Permalink
Update generate-javascript.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Sep 13, 2023
1 parent fabb4a3 commit c0dcf54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
pushd gen
git checkout "${{ github.event.inputs.genCommit }}"
# apply https://github.com/kubernetes-client/gen/pull/224
# apply https://github.com/kubernetes-client/gen/pull/237
git config --global user.name "Github Actions"
git config --global user.email "<>"
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6
rm -rf gen/.git
# apply https://github.com/kubernetes-client/gen/pull/237
- name: Patch Dockerfile
run: echo "RUN git config --system --add safe.directory /source/openapi-generator" >> gen/openapi/openapi-generator/Dockerfile
- name: Generate Branch Name
run: |
SUFFIX=$(openssl rand -hex 4)
Expand Down

0 comments on commit c0dcf54

Please sign in to comment.