Skip to content

Commit c3badb7

Browse files
committed
try again2
1 parent ce0cf27 commit c3badb7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/claude_pr_review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }}
5050
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5151
run: |
52-
claude --print \
52+
claude --print "$(cat /tmp/prompt.txt)" \
5353
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" \
54-
"$(cat /tmp/prompt.txt)"

0 commit comments

Comments
 (0)