Browse Source

Update data-update.yml

- searxng brand
- fix call to ./manage
Alexandre Flament 4 years ago
parent
commit
26b0de6843
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/data-update.yml

+ 2 - 2
.github/workflows/data-update.yml

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