diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5ec8096..b111b93 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,9 +43,8 @@ jobs: - name: Run scripts run: | source venv/bin/activate - cd scripts - ./process.sh - python bond_us_flow.py + ./scripts/process.sh + python scripts/bond_us_flow.py - name: Configure Git run: | @@ -63,4 +62,4 @@ jobs: git push origin main ) env: - CI_COMMIT_MESSAGE: "Automated commit" \ No newline at end of file + CI_COMMIT_MESSAGE: "Automated commit"