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
Missing Data Reported: The agent reported missing data during execution.
Missing Data:
Workflow run logs cache (/tmp/gh-aw/logs-cache/*.json): Task requires identifying workflows active in the last 24 hours by reading pre-cached JSON logs from /tmp/gh-aw/logs-cache/, but this directory does not exist in the workflow's runtime environment.
Context: Checked /tmp/gh-aw/ directory contents; logs-cache subdirectory is absent. Other expected subdirs (agent, base, sandbox, safeoutputs, mcp-logs) exist but no logs-cache.
Alternatives: Ensure the workflow step that populates /tmp/gh-aw/logs-cache/ (e.g., a log-download/cache step) runs before this agent step, or provide workflow run history via another available data source (e.g., GitHub Actions API through safeoutputs/github MCP).
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/31009190580
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Workflow Normalizer
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/31009190580
Warning
Missing Data Reported: The agent reported missing data during execution.
Missing Data:
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow workflow-normalizer failure in https://github.com/github/gh-aw/actions/runs/31009190580Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: