diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 62d5f70..f8decd9 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + show_full_output: true prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}