Browse Source

[fix] CI YAML config files

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 1 year ago
parent
commit
a48da9b28a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/data-update.yml
  2. 1 1
      .github/workflows/translations-update.yml

+ 1 - 1
.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 <noreply@github.com>
           author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
           signoff: false

+ 1 - 1
.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 <searxng-bot@users.noreply.github.com>
         author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
         signoff: false