From 9fde9f604c4b7f0336660c8d7e04a0ee1447d8c9 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:56:20 +0200 Subject: [PATCH] fix(ci): remove an input the reusable deploy workflow does not accept MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 21d89b43..6c66e428 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,5 +18,4 @@ jobs: uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main with: app: botsmann - node-version-file: .nvmrc secrets: inherit