We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5606f2f commit 3b8b6e0Copy full SHA for 3b8b6e0
.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/decorated'
+ add: '["lib/rest/static/app", "lib/rest/static/decorated"]'
61
62
# The message for the commit
63
message: 'Add decorated OpenAPI schema files'
0 commit comments