This commit is contained in:
Robert Sese 2022-03-14 11:48:33 -05:00 коммит произвёл GitHub
Родитель 5606f2f2dd
Коммит 3b8b6e0e61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/openapi-decorate.yml поставляемый
Просмотреть файл

@ -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'