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:
Pre-cached workflow run logs at /tmp/gh-aw/logs-cache/*.json: Step 1 of the Workflow Normalizer process requires reading recent workflow run data from /tmp/gh-aw/logs-cache/ to identify which workflows were active in the last 24 hours, but this directory does not exist in the current run environment.
Context: Checked /tmp/gh-aw/logs-cache/ and searched the filesystem broadly; only /tmp/gh-aw/base/.github/workflows/agentic-logs-cache.yml exists, no cached JSON run data. Repo has 200+ workflow .md files but no way to filter to 'active in last 24h' without this ca
[Content truncated due to length]
Alternatives: Re-run the workflow after ensuring the logs-cache pre-fetch step actually populates /tmp/gh-aw/logs-cache/, or provide workflow activity data via an alternate source (e.g., GitHub API run history) that this agent can query directly.
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/30818415647
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/30818415647
Warning
Missing Data Reported: The agent reported missing data during execution.
Missing Data:
[Content truncated due to length]
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/30818415647Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: