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 fb5107d commit 5a5f9c2Copy full SHA for 5a5f9c2
.github/workflows/openapi-decorate.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: EndBug/add-and-commit@756d9ea820f11931e591eaf57f25e0f5b903d5b2
58
with:
59
# The arguments for the `git add` command
60
- add: '["lib/rest/static/app", "lib/rest/static/decorated"]'
+ add: '["lib/rest/static/apps", "lib/rest/static/decorated"]'
61
62
# The message for the commit
63
message: 'Add decorated OpenAPI schema files'
0 commit comments