From 73c55b56a07be5909ae93fc5e32d6c48448e45ed Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 23 Aug 2021 16:48:24 +0200 Subject: [PATCH] ci: update commit message for web api update Signed-off-by: Jens Langhammer --- .github/workflows/web-api-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index e06fbb143..2eaf4f18c 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -33,7 +33,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-web-api-client - commit-message: Update Web API Client version - title: Update Web API Client version + commit-message: "web: Update Web API Client version" + title: "web: Update Web API Client version" delete-branch: true signoff: true