Skip to content

Commit 7a19ae4

Browse files
debug: enable show_full_output to expose actual Claude error
1 parent 9196436 commit 7a19ae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
7878
github_token: ${{ secrets.GITHUB_TOKEN }}
7979
allowed_non_write_users: "*"
80+
show_full_output: "true"
8081
claude_args: |
8182
--model haiku
8283
@@ -137,5 +138,6 @@ jobs:
137138
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138139
github_token: ${{ secrets.GITHUB_TOKEN }}
139140
allowed_non_write_users: "*"
141+
show_full_output: "true"
140142
claude_args: |
141143
--model haiku

0 commit comments

Comments
 (0)