From d077211a364749009b7997b63674f7272a3cb4cb Mon Sep 17 00:00:00 2001 From: Alexander Silachev Date: Thu, 31 Jul 2025 20:26:52 +0200 Subject: [PATCH] fix: rename `prompt` input to `direct_prompt` --- claude-code-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-code-setup.sh b/claude-code-setup.sh index 0a7724e..845c0b4 100755 --- a/claude-code-setup.sh +++ b/claude-code-setup.sh @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - uses: anthropics/claude-code-action@beta with: - prompt: "\${{ github.event.comment.body }}" + direct_prompt: "\${{ github.event.comment.body }}" allowed_tools: "Bash(git status),Bash(git log),Bash(git show),Bash(git blame),Bash(git reflog),Bash(git stash list),Bash(git ls-files),Bash(git branch),Bash(git tag),Bash(git diff),View,GlobTool,GrepTool,BatchTool" anthropic_api_key: "\${{ secrets.ANTHROPIC_API_KEY }}" EOF