Skip to content

Commit 7362057

Browse files
catomeanclaude
andauthored
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

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ jobs:
1818
uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main
1919
with:
2020
app: botsmann
21-
node-version-file: .nvmrc
2221
secrets: inherit

0 commit comments

Comments
 (0)