We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0861d07 + 151fb1e commit e61f36fCopy full SHA for e61f36f
1 file changed
.github/workflows/claude-documentation-reviewer.yml
@@ -79,7 +79,8 @@ jobs:
79
with:
80
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
81
github_token: ${{ secrets.GITHUB_TOKEN }}
82
-
+ show_full_output: true # Enable full output to debug
83
+
84
prompt: |
85
Review ONLY the following markdown files that were changed in this PR: ${{ steps.changed-files.outputs.files }}
86
0 commit comments