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

need to git add decorated webhooks files for OpenAPI PRs (#32606)

This commit is contained in:
Robert Sese
2022-11-14 18:56:18 -06:00
committed by GitHub
parent 97a7a0fed7
commit 34d500fe45

View File

@@ -57,7 +57,7 @@ jobs:
uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192
with:
# The arguments for the `git add` command
add: '["lib/rest/static/apps", "lib/rest/static/decorated", "lib/redirects/static/client-side-rest-api-redirects.json"]'
add: '["lib/rest/static/apps", "lib/rest/static/decorated", "lib/webhooks/static/decorated", "lib/redirects/static/client-side-rest-api-redirects.json"]'
# The message for the commit
message: 'Add decorated OpenAPI schema files'