From df457899a945a32edd1da2aafec0fad3b6b93157 Mon Sep 17 00:00:00 2001 From: Bertrand Marron Date: Fri, 20 Sep 2024 10:40:39 +0200 Subject: [PATCH] ci: update broken schemas path --- .github/workflows/codegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 1d3fefe491..ca2770f7a9 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -81,7 +81,7 @@ jobs: - name: Create or update schemas pull request uses: peter-evans/create-pull-request@v7 with: - add-paths: packages/notifications + add-paths: packages/schemas branch: codegen/update-schemas token: ${{ secrets.BOT_GITHUB_TOKEN_PUBLIC }} title: "feat(schemas): update schemas as of ${{ steps.date.outputs.date }}"