diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-02 07:57:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-02 07:57:49 +0200 |
| commit | e39a03cc61e9792afb34084fb4d9973a61deecea (patch) | |
| tree | 6c3a87246b119f46f262c72dfe39f574898511d4 /.github/workflows | |
| parent | fda5609a173094eeacad82840076c5e4772ad6b8 (diff) | |
| parent | 499c7b3cceb90684af9825cc428aa365b35b4c6f (diff) | |
Merge pull request #367 from dalf/searxng-github
SearXNG: .github, searxng-docker
Diffstat (limited to '.github/workflows')
| -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 d2d5b83cb..86df5d59c 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -48,7 +48,7 @@ jobs: uses: peter-evans/create-pull-request@v3 with: commit-message: Update searx.data - ${{ matrix.fetch }} - committer: searx-bot <noreply@github.com> + committer: searxng-bot <noreply@github.com> author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false branch: update_data_${{ matrix.fetch }} |