Skip to content

Commit 442a139

Browse files
authored
[actions][xs] - fix python run path
1 parent 3235b23 commit 442a139

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
- name: Run scripts
4444
run: |
4545
source venv/bin/activate
46-
cd scripts
47-
python process.py
46+
python scripts/process.py
4847
4948
- name: Configure Git
5049
run: |
@@ -62,4 +61,4 @@ jobs:
6261
git push origin main
6362
)
6463
env:
65-
CI_COMMIT_MESSAGE: "Automated commit"
64+
CI_COMMIT_MESSAGE: "Automated commit"

0 commit comments

Comments
 (0)