diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 1aeab13a..2926ac86 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Get export.xml run: | - curl https://export.via-humanis-immobilier.fr/export.xml -u ${{secrets.HTTP_USERNAME}} -p ${{secrets.HTTP_PASSWORD}} -o ./data/export.xml + curl https://export.via-humanis-immobilier.fr/export.xml -u ${{secrets.HTTP_USERNAME}}:${{secrets.HTTP_PASSWORD}} -o ./data/export.xml - uses: actions/setup-node@v3 with: node-version: 20 @@ -25,4 +25,4 @@ jobs: git config --global user.email "ggrossetie@yuzutech.fr" git add public/data/pericles/images git commit -a -m "Update Real Estate Assets" || true - git push \ No newline at end of file + git push