From c5973937a0fe7173fa65e2aeed1b233df45f6530 Mon Sep 17 00:00:00 2001 From: Andras Toth <4157749+tothandras@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:21:44 +0200 Subject: [PATCH] fix(ci): node generation workflow --- .github/workflows/generate-client-node.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-client-node.yaml b/.github/workflows/generate-client-node.yaml index a86f840f6..206cfdd74 100644 --- a/.github/workflows/generate-client-node.yaml +++ b/.github/workflows/generate-client-node.yaml @@ -51,7 +51,8 @@ jobs: - name: Open Pull Request uses: peter-evans/create-pull-request@v5 with: - branch: openapi-${GITHUB_SHA::7}/node-client + branch: openapi/node-client + branch-suffix: short-commit-hash delete-branch: true commit-message: "chore(api): generate node client" title: "[bot] Re-generate Node.js client"