diff --git a/.github/workflows/run-sync-script.yaml b/.github/workflows/run-sync-script.yaml index 92e176d2..69fd3c8a 100644 --- a/.github/workflows/run-sync-script.yaml +++ b/.github/workflows/run-sync-script.yaml @@ -18,7 +18,7 @@ jobs: python-version: '3.x' - name: Install Python dependencies run: | - cd config + cd config/yaml if [ -f requirements.txt ]; then cat requirements.txt @@ -26,7 +26,7 @@ jobs: fi - name: Run sync.py script run: | - cd config + cd config/yaml python3 sync.py - name: Check for changes id: check_changes