You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace hardcoded /opt/gh-aw paths with dynamic GH_AW_HOME expressions
- Add GhAwHome, GhAwHomeJS, GhAwHomeExpr, GhAwHomeExprDefault constants
- Add JsRequireGhAw() helper for JS require() expressions
- Update SetupActionDestination to use GhAwHomeExpr
- Add GhAwHomeDefault constant to pkg/constants
- Update DefaultGhAwMount to use shell expansion
- Add GH_AW_HOME to job-level env in agent, safe-outputs, conclusion,
push_repo_memory, and update_cache_memory jobs
- Replace all hardcoded /opt/gh-aw paths in 30+ source files
- Update test assertions to match new dynamic path expressions
- Fix insertIndex calculation in compiler_safe_outputs_job.go to use
hasCustomTokenSafeOutputs() for accurate line counting
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
t.Error("Codex workflow should have 'GH_AW_SAFE_OUTPUTS: /opt/gh-aw/safeoutputs/outputs.jsonl' environment variable (GH_AW_SAFE_OUTPUTS functionality)")
t.Error("Codex workflow should have 'GH_AW_SAFE_OUTPUTS: "+GhAwHomeExpr+"/safeoutputs/outputs.jsonl' environment variable (GH_AW_SAFE_OUTPUTS functionality)")
0 commit comments