diff options
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 |