Skip to content

safe_outputs create_issue fails: ENOENT workflow_install_note.md #34943

@felixschuller

Description

@felixschuller

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions