Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Sep 24, 2024
1 parent 0955ad7 commit d1ef068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate_signals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: sudo apt update && sudo apt-get install clang -y

- name: Run Rust script
run: rust-script .github/scripts/validate.rs registry.json --pkg-path . -c
run: rust-script --pkg-path . -c .github/scripts/validate.rs registry.json

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

0 comments on commit d1ef068

Please sign in to comment.