From 691390b443c96ce9aa26c2fea487bbcf397147fc Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 9 Mar 2024 14:56:12 +0100 Subject: [PATCH] [fix] CI YAML config files Signed-off-by: Markus Heiser --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d49a79a42..c6e74eaef 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -120,7 +120,7 @@ jobs: FOLDER: dist/docs CLEAN: true # Automatically remove deleted files from the deploy branch SINGLE_COMMIT: True - COMMIT_MESSAGE: [doc] build from commit ${{ github.sha }} + COMMIT_MESSAGE: '[doc] build from commit ${{ github.sha }}' babel: name: Update translations branch