Skip to content

Commit

Permalink
[actions][xs]: updated path for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikanebu authored Dec 11, 2024
1 parent d8f5e2f commit 6abcfca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -63,4 +62,4 @@ jobs:
git push origin main
)
env:
CI_COMMIT_MESSAGE: "Automated commit"
CI_COMMIT_MESSAGE: "Automated commit"

0 comments on commit 6abcfca

Please sign in to comment.