From a48da9b28aa9eb592f0479492f7d04b2c68cc33c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 9 Mar 2024 14:08:00 +0100 Subject: [PATCH] [fix] CI YAML config files Signed-off-by: Markus Heiser --- .github/workflows/data-update.yml | 2 +- .github/workflows/translations-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index c85daaff9..f9ece7433 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -48,7 +48,7 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v3 with: - commit-message: [data] update searx.data - ${{ matrix.fetch }} + commit-message: '[data] update searx.data - ${{ matrix.fetch }}' committer: searxng-bot author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index b3a8443d3..6c1c24562 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -45,7 +45,7 @@ jobs: uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.WEBLATE_GITHUB_TOKEN }} - commit-message: [l10n] update translations from Weblate + commit-message: '[l10n] update translations from Weblate' committer: searxng-bot author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false