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 4f7e8ed commit 6fd0735Copy full SHA for 6fd0735
1 file changed
.github/workflows/sync-openapi-docs.yml
@@ -38,7 +38,10 @@ jobs:
38
39
- name: Commit and push changes
40
run: |
41
- git add docs/openapi-community.yaml docs/openapi-enterprise.yaml
+ mv docs/openapi-community.yaml community.yaml
42
+ mv docs/openapi-enterprise.yaml enterprise.yaml
43
+ git rm --cached docs/openapi-community.yaml docs/openapi-enterprise.yaml
44
+ git add community.yaml enterprise.yaml
45
if git diff --staged --quiet; then
46
echo "No changes to commit"
47
else
0 commit comments