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
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
safeoutputs create_pull_request bridge fails to pin branch with 'fatal: detected dubious ownership in repository at /home/runner/work/gh-aw/gh-aw'. Two attempts produced the identical infrastructure error. The documentation edits are committed locally on branch 'docs/daily-update-2026-06-17' (commit 97ccee5) and ready to be pushed.
Approach 1: safeoutputs create_pull_request with explicit branch='docs/daily-update-2026-06-17' and full PR body — returned ERR_SYSTEM: fatal: detected dubious ownership in repository at '/home/runner/work/gh-aw/gh-aw' from the safeoutputs bundle pinning step.
Approach 2: retried after verifying the local branch exists (git branch --list docs/daily-update-2026-06-17 shows it) and the commit is on disk (97ccee5 docs: update for features merged 2026-06-16/17). Same dubious-ownership error returned by the bundle transport.
The sandbox blocks the documented fix (git config --global --add safe.directory /home/runner/work/gh-aw/gh-aw) and also blocks writing a replacement .gitconfig to either $HOME or /tmp/gh-aw/agent/. Setting the same exception via per-command env vars (GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0=safe.directory ...) is also blocked. The failure is in the bundle-server process — a separate user/container reached via host.docker.internal:8080 — so it cannot be resolved from this agent's shell.
Local state ready for a follow-up push:
branch: docs/daily-update-2026-06-17 (off main at c3c5944)
commit: 97ccee5 docs: update for features merged 2026-06-16/17
Skipped issues (documented in the would-be PR description): #39418 / #39414 / #39412 (Go source-level doc comments, out of scope for the docs site), #39401 (cli-consistency requires Cobra registration changes, not docs edits), #39760 (daily quality report — needs maintainer review of Claude onboarding and engine.extensions surface).
No destructive recovery (git reset, forced overwrite, infrastructure inspection of the bundle server) was attempted, per the safety policy.
This is a structured incompletion signal (report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.
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/27687638348
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Daily Documentation Updater
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/27687638348
Warning
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
safeoutputs create_pull_request bridge fails to pin branch with 'fatal: detected dubious ownership in repository at /home/runner/work/gh-aw/gh-aw'. Two attempts produced the identical infrastructure error. The documentation edits are committed locally on branch 'docs/daily-update-2026-06-17' (commit 97ccee5) and ready to be pushed.
Approach 1: safeoutputs create_pull_request with explicit branch='docs/daily-update-2026-06-17' and full PR body — returned
ERR_SYSTEM: fatal: detected dubious ownership in repository at '/home/runner/work/gh-aw/gh-aw'from the safeoutputs bundle pinning step.Approach 2: retried after verifying the local branch exists (
git branch --list docs/daily-update-2026-06-17shows it) and the commit is on disk (97ccee5 docs: update for features merged 2026-06-16/17). Same dubious-ownership error returned by the bundle transport.The sandbox blocks the documented fix (
git config --global --add safe.directory /home/runner/work/gh-aw/gh-aw) and also blocks writing a replacement.gitconfigto either$HOMEor/tmp/gh-aw/agent/. Setting the same exception via per-command env vars (GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0=safe.directory ...) is also blocked. The failure is in the bundle-server process — a separate user/container reached viahost.docker.internal:8080— so it cannot be resolved from this agent's shell.Local state ready for a follow-up push:
docs/daily-update-2026-06-17(offmainatc3c5944)97ccee5 docs: update for features merged 2026-06-16/17docs/src/content/docs/guides/open-telemetry.mdx— new Custom resource attributes section documentingobservability.otlp.resource-attributes(PR Add configurable OTLP resource attributes to workflow observability #39636)docs/src/content/docs/reference/frontmatter.md— observability.otlp paragraph extended to mentionresource-attributes(PR Add configurable OTLP resource attributes to workflow observability #39636)docs/src/content/docs/reference/safe-outputs.md—create-discussionexample + new Auto-Close Older Discussions section forclose-older-discussionsandrequired-category(PR schema: allowrequired-categoryinsafe-outputs.create-discussionand add regression coverage #39640)create-issuefornormalize-closing-keywordsacrosscreate-issue/add-comment/create-pull-request(PR schema: addnormalize-closing-keywordsto create-issue, add-comment, create-pull-request branches #39643)update-releaseagent-output paragraph notes 20-character minimum body length (PR fix: enforce minLength on update_release body to block placeholder submissions #39713)docs/src/content/docs/setup/cli.md— replaced single-flag note with Action mode flags section covering--action-mode(dev/release/action),--action-tag(SHA / version tag only), and--gh-aw-ref(resolves branches), with mutual exclusivity called out (PR compile: clarify --action-mode/--action-tag/--gh-aw-ref relationship, enforce mutual exclusivity #39697)Merged PRs referenced: #39636, #39640, #39643, #39697, #39713.
Skipped issues (documented in the would-be PR description): #39418 / #39414 / #39412 (Go source-level doc comments, out of scope for the docs site), #39401 (cli-consistency requires Cobra registration changes, not docs edits), #39760 (daily quality report — needs maintainer review of Claude onboarding and
engine.extensionssurface).No destructive recovery (
git reset, forced overwrite, infrastructure inspection of the bundle server) was attempted, per the safety policy.This is a structured incompletion signal (
report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.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 daily-doc-updater failure in https://github.com/github/gh-aw/actions/runs/27687638348Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: