1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Add new 'app' directory too (#26121)

This commit is contained in:
Robert Sese
2022-03-14 11:48:33 -05:00
committed by GitHub
parent 5606f2f2dd
commit 3b8b6e0e61

View File

@@ -57,7 +57,7 @@ jobs:
uses: EndBug/add-and-commit@756d9ea820f11931e591eaf57f25e0f5b903d5b2
with:
# The arguments for the `git add` command
add: 'lib/rest/static/decorated'
add: '["lib/rest/static/app", "lib/rest/static/decorated"]'
# The message for the commit
message: 'Add decorated OpenAPI schema files'