diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index afa88ca..8d10fb2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,8 +43,7 @@ jobs: - name: Run scripts run: | source venv/bin/activate - cd scripts - python process.py + python scripts/process.py - name: Configure Git run: |