Commit 8ce12f2
Recompile analytics-review with gh-aw v0.86.2 (fixes Copilot CLI ENOENT on toolcache hit) (#151)
First workflow_dispatch dry-run (run 32010839654, PR #146) failed at
"Execute GitHub Copilot CLI" with `spawn /usr/local/bin/copilot ENOENT`:
the v0.85.4 harness hardcoded /usr/local/bin/copilot, but the install
step hit the runner toolcache (/opt/hostedtoolcache/copilot-cli) and
only appended to GITHUB_PATH. Known upstream bug, fixed in gh-aw
v0.86.2 (github/gh-aw#52464): the execute step now resolves the binary
via `command -v copilot` and stages it to ${RUNNER_TEMP}/gh-aw/bin/copilot
before invoking the harness.
Generated files only — source .md workflow/agent files unchanged
(frontmatter/body hashes identical in the lock metadata).
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent f821e30 commit 8ce12f2
2 files changed
Lines changed: 143 additions & 137 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
0 commit comments