Update '.forgejo/workflows/updater.yaml'

This commit is contained in:
matt1432 2023-03-21 22:37:36 -04:00
parent 1f66cc3ff2
commit 8facf517c5

View file

@ -15,5 +15,5 @@ jobs:
- run: pipx install pipenv
- run: /root/.local/bin/pipenv install
working-directory: updater
- run: /root/.local/bin/pipenv run python /usr/bin/python3 main.py
- run: /root/.local/bin/pipenv run --python python /usr/bin/python3 main.py
working-directory: updater