We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edf391 commit 4420db5Copy full SHA for 4420db5
.github/workflows/update_client.yaml
@@ -34,7 +34,7 @@ jobs:
34
# run: git apply ./patches/fix_middleware_spec.patch
35
36
- name: Copy content from current repo to another repo
37
- run: cp api/* python-client/api
+ run: rm python-client/api/*.yaml && cp api/* python-client/api
38
39
# Step 4: Commit and push the changes to the repository
40
- name: Commit and push changes
0 commit comments