Commit 2275698
fix(ci): status-gate — pass explicit toolchain: stable to rust-toolchain
The status-gate workflow added in #301 SHA-pins dtolnay/rust-toolchain but
omitted `with: toolchain: stable`. When the action is referenced by SHA the
`stable` ref's default is not inherited, so the step failed with
"'toolchain' is a required input" — the gate errored before ever running
status-gate.sh (a false-red, my own new bug). Add the explicit input.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c8f4208 commit 2275698
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments