Update data-update.yml

- searxng brand
- fix call to ./manage
This commit is contained in:
Alexandre Flament 2021-05-01 10:10:24 +02:00 committed by GitHub
parent 0ff14fd3ec
commit 26b0de6843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
updateData:
name: Update data - ${{ matrix.fetch }}
runs-on: ubuntu-20.04
if: ${{ github.repository_owner == 'searx'}}
if: ${{ github.repository_owner == 'searxng'}}
strategy:
matrix:
fetch:
@ -40,7 +40,7 @@ jobs:
env:
FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }}
run: |
V=1 manage pyenv.cmd python "$FETCH_SCRIPT"
V=1 ./manage pyenv.cmd python "$FETCH_SCRIPT"
- name: Create Pull Request
id: cpr