Commit 9c31079
fix(ci): reference the unused-deps input by its declared name
The input is declared as `unused-deps` but the job is gated on
`inputs.unused_deps`. That property does not exist, so the expression is empty,
and the job has been skipped on every run since the feature was added in
2f2015e (2026-03-25) — `mix deps.unlock --check-unused` has never actually run.
Visible on any recent run of Ash's own CI: the job reports "skipped" in both
matrix legs despite the input defaulting to true. Nearby gates such as
`inputs.changelog-lint` use the hyphenated name directly and work, so this is
just the one identifier.1 parent 769a7dd commit 9c31079
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| |||
0 commit comments