Commit 0f3a1bf
fix: use full path for altimate-code binary in CLI wrapper
GITHUB_PATH modifications in composite actions only take effect for
the NEXT step. The node process running dist/index.js couldn't find
altimate-code on PATH because the PATH update hadn't propagated.
Now checks ~/.altimate-code/bin/altimate-code first (where the action
installs it), falls back to PATH lookup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9eeb108 commit 0f3a1bf
3 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27473 | 27473 | | |
27474 | 27474 | | |
27475 | 27475 | | |
27476 | | - | |
| 27476 | + | |
| 27477 | + | |
27477 | 27478 | | |
27478 | 27479 | | |
27479 | 27480 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments