Commit fc6f2e0
ci(auto-fix-issue): Add show_full_output workflow input for debugging (#21033)
## Summary
- Adds an opt-in `show_full_output` boolean input on the Auto Fix Issue
`workflow_dispatch` form
- Wires it through to the `claude-code-action` step, which otherwise
hides the SDK output for security
- Default is `false`, so normal runs are unchanged — flip it on per-run
when debugging
## Why
The action's default-hidden output makes it hard to tell why a run
finishes "successfully" without producing a PR or comment (e.g., when
permission denials silently block the agent). With this opt-in, we can
re-dispatch a problem run with full logging instead of editing the
workflow each time.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a0fb758 commit fc6f2e0
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| 82 | + | |
77 | 83 | | |
78 | 84 | | |
79 | 85 | | |
| |||
0 commit comments