Invoke kubectl by absolute path in the step that installs it

Fixkamo-signer-monorepo
Shipped
August 3, 2026 at 1:36 AM UTC
Author
Kamo
Commit
3f4cc1f

Root cause of deploy_k1m1 never succeeding. The install step did: echo "$BIN" >> "$GITHUB_PATH" kubectl version --client but $GITHUB_PATH only applies to SUBSEQUENT steps, so the bare name resolved against the unmodified PATH and the step died: /var/run/act/workflow/1.sh: line 8: kubectl: command not found exitcode '127' Read from the runner's own job log. Later steps still get kubectl on PATH via GITHUB_PATH; only this step needed the absolute path.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing