Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Sep 24, 2024
1 parent 3725800 commit 3d568f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aggregate_signals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install pyyaml
- name: Run Python script
run: python scripts/merge_all.py ./scripts .
run: python .github/scripts/merge_all.py ./scripts .

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -37,7 +37,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Run Rust script
run: scripts/validate.rs registry.json
run: .github/scripts/validate.rs registry.json

- name: Commit aggregated signals
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 3d568f2

Please sign in to comment.