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 fabb4a3 commit c0dcf54Copy full SHA for c0dcf54
.github/workflows/generate-javascript.yml
@@ -30,11 +30,13 @@ jobs:
30
pushd gen
31
git checkout "${{ github.event.inputs.genCommit }}"
32
# apply https://github.com/kubernetes-client/gen/pull/224
33
- # apply https://github.com/kubernetes-client/gen/pull/237
34
git config --global user.name "Github Actions"
35
git config --global user.email "<>"
36
git cherry-pick --strategy=recursive -X theirs c557f7f b32dcd6
37
rm -rf gen/.git
+ # apply https://github.com/kubernetes-client/gen/pull/237
38
+ - name: Patch Dockerfile
39
+ run: echo "RUN git config --system --add safe.directory /source/openapi-generator" >> gen/openapi/openapi-generator/Dockerfile
40
- name: Generate Branch Name
41
run: |
42
SUFFIX=$(openssl rand -hex 4)
0 commit comments