From 6abcfcac6976e1e5fc65405345910105f2370946 Mon Sep 17 00:00:00 2001 From: Meiran Zhiyenbayev Date: Wed, 11 Dec 2024 11:32:14 +0500 Subject: [PATCH] [actions][xs]: updated path for scripts --- .github/workflows/actions.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"