Commit 7362057
fix(ci): remove an input the reusable deploy workflow does not accept (#126)
The .nvmrc change rewrote every 'node-version:' in .github/workflows,
including the one in this shim — but that line was an INPUT to the shared
deploy workflow, not a setup-node arg. An undeclared input makes the
workflow invalid, and GitHub reports startup_failure: a deploy that never
ran, rendered as a red X with no logs.
The shared workflow reads .nvmrc itself now, so the shim needs nothing.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 1b5cacc commit 7362057
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
0 commit comments