summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-09 14:08:00 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2024-03-09 14:08:00 +0100
commita48da9b28aa9eb592f0479492f7d04b2c68cc33c (patch)
treee7efaccf1e24828468d7f1a84b423f88e0ecf783
parent18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 (diff)
downloadsearx-a48da9b28aa9eb592f0479492f7d04b2c68cc33c.tar.gz
searx-a48da9b28aa9eb592f0479492f7d04b2c68cc33c.zip
[fix] CI YAML config files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--.github/workflows/data-update.yml2
-rw-r--r--.github/workflows/translations-update.yml2
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 <noreply@github.com>
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 <searxng-bot@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false