-
Notifications
You must be signed in to change notification settings - Fork 308
Description
gh-aw binary is not present in the runner's working directory. The setup action installs scripts to /opt/gh-aw/actions/ but doesn't place a gh-aw CLI binary in the workspace.
Environment
- gh-aw version: 0.50.7 (upgraded from 0.47.4)
- Engine: claude
- Repository: private
Steps to reproduce
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/portfolio-analyst.md- Workflow installs and triggers automatically
- Workflow run fails
Errors
Run 1 (v0.47.4)
The activation job fails during "Interpolate variables and render templates":
Runtime import file not found:
aw/imports/github/gh-aw/852cb06ad52958b402ed982b69957ffc57ca0619/.github_workflows_shared_reporting.md
The import files referenced in the workflow were not committed to the repo during add-wizard.
Run 2 (v0.50.7, after manually adding import files)
Import issue resolved, but the agent job fails at the "Download logs" step:
./gh-aw: No such file or directory
The workflow step runs ./gh-aw logs --start-date -30d ... but the gh-aw binary is not present in the
runner's working directory. The setup action installs scripts to /opt/gh-aw/actions/ but doesn't place a
gh-aw CLI binary in the workspace.
Expected behavior
The add-wizard command should:
- Include all required import files in the PR it creates
- The workflow should have access to the
gh-awCLI during execution