Enable full output for Claude code review action

This commit is contained in:
Jakub Orchowski
2025-11-15 04:37:59 +01:00
committed by GitHub
parent 58a5567b6d
commit be2fbe091b
+1
View File
@@ -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 }}