mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
Update data-update.yml
- searxng brand - fix call to ./manage
This commit is contained in:
parent
0ff14fd3ec
commit
26b0de6843
4
.github/workflows/data-update.yml
vendored
4
.github/workflows/data-update.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user