Fix kubectl install step (GITHUB_PATH not active in same step)

CIkamo-capcha
Shipped
June 21, 2026 at 3:31 AM UTC
Author
Kamo
Commit
876bf1a

The install step verified with 'kubectl version --client' in the same step that appended its dir to GITHUB_PATH — but GITHUB_PATH only applies to later steps, so the check failed with exit 127 and aborted deploy. Adopt the proven kamo-internal pattern: install to ~/.local/bin, guard with command -v, drop the in-step version check.

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