mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-06 05:35:46 +02:00
9dc04020a4
Running as root breaks Claude CLI (refuses to start). Running as runner breaks bun (can't write to root-owned /tmp dirs from Docker build). Fix: run as --user runner, but redirect BUN_TMPDIR and TMPDIR to /home/runner/.cache/bun which is writable by the runner user. GITHUB_ENV exports apply to all subsequent steps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>