Skip to content

Commit 5e08029

Browse files
authored
Simplify execution of main.py by removing command checks (#1251)
1 parent 8a77d33 commit 5e08029

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
2929
github_token: ${{ github.token }}
3030

31-
# (Optional) Useful while debugging; can expose secrets in logs
32-
show_full_output: true
33-
3431
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
3532
plugins: 'code-review@claude-code-plugins'
3633

@@ -50,7 +47,7 @@ jobs:
5047
prompt: |
5148
/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}
5249
Post the results as one top-level PR comment titled "Claude Code Review".
53-
If you cannot access the diff/files, say so explicitly and explain what was blocked.
50+
If you cannot access the diff/files, say so explicitly and explain what is blocking access.
5451
5552
additional_permissions: |
5653
actions: read

0 commit comments

Comments
 (0)