diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-09 14:08:00 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-09 14:08:00 +0100 |
commit | a48da9b28aa9eb592f0479492f7d04b2c68cc33c (patch) | |
tree | e7efaccf1e24828468d7f1a84b423f88e0ecf783 /.github/workflows/data-update.yml | |
parent | 18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 (diff) | |
download | searxng-a48da9b28aa9eb592f0479492f7d04b2c68cc33c.tar.gz searxng-a48da9b28aa9eb592f0479492f7d04b2c68cc33c.zip |
[fix] CI YAML config files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/workflows/data-update.yml')
-rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 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 |