From a846f958bc78d1189e08be6a27f75c7bb6ad668d Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:47:25 +0000 Subject: [PATCH] Properly quote a string value in ``transifex.yml`` --- .github/workflows/transifex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index e601c4c3d..da99f8c00 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -71,5 +71,5 @@ jobs: with: commit-message: "[internationalisation] Update translations" branch: bot/pull-translations - title: [bot]: Update message catalogues + title: "[bot]: Update message catalogues" labels: "internals:internationalisation"