Skip to content

Commit

Permalink
run-sync-script.yaml - fix path to fix the error
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 10, 2025
1 parent acbd018 commit acba947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-sync-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
python-version: '3.x'
- name: Install Python dependencies
run: |
cd config
cd config/yaml
if [ -f requirements.txt ]; then
cat requirements.txt
pip install -r requirements.txt
fi
- name: Run sync.py script
run: |
cd config
cd config/yaml
python3 sync.py
- name: Check for changes
id: check_changes
Expand Down

0 comments on commit acba947

Please sign in to comment.