## Description The `safe_outputs` job fails when creating an issue with: ``` ENOENT: no such file or directory, open '/home/runner/work/_temp/gh-aw/md/workflow_install_note.md' ``` ## Environment - gh-aw CLI: v0.74.8 - gh-aw-actions/setup: v0.74.8 (sha efa55847f72aadb03490d955263ff911bf758700) - Workflow: repo-status (from githubnext/agentics) ## Steps to Reproduce 1. Use `gh aw add` to add the `repo-status` workflow 2. Compile and push 3. Run the workflow (workflow_dispatch) 4. Agent succeeds and produces a valid issue body (14KB) 5. `safe_outputs` job fails trying to read `/home/runner/work/_temp/gh-aw/md/workflow_install_note.md` ## Expected The `workflow_install_note.md` file should be provisioned by the setup action, or the handler should gracefully skip it if missing. ## Failing Runs - https://github.com/DedalusDIIT/ris-monorepo/actions/runs/26452701208 - https://github.com/DedalusDIIT/ris-monorepo/actions/runs/26451423545
Description
The
safe_outputsjob fails when creating an issue with:Environment
Steps to Reproduce
gh aw addto add therepo-statusworkflowsafe_outputsjob fails trying to read/home/runner/work/_temp/gh-aw/md/workflow_install_note.mdExpected
The
workflow_install_note.mdfile should be provisioned by the setup action, or the handler should gracefully skip it if missing.Failing Runs