From 34d500fe45b362043b4b4685d6705a7bfb484d11 Mon Sep 17 00:00:00 2001 From: Robert Sese <734194+rsese@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:56:18 -0600 Subject: [PATCH] need to git add decorated webhooks files for OpenAPI PRs (#32606) --- .github/workflows/openapi-decorate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/openapi-decorate.yml index 4aa8baeb37..52824164e9 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -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'