Skip to content

Commit

Permalink
[actions][xs]: fixed actions script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikanebu authored Jan 27, 2025
1 parent 7a285d9 commit 72f91b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
- name: Run scripts
run: |
source venv/bin/activate
cd scripts
python process.py
python scripts/process.py
- name: Configure Git
run: |
Expand All @@ -58,4 +57,4 @@ jobs:
git push origin main
)
env:
CI_COMMIT_MESSAGE: "Automated commit"
CI_COMMIT_MESSAGE: "Automated commit"

1 comment on commit 72f91b4

@gradedSystem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.