mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 15:04:13 +08:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9d5a9d073 | ||
|
|
af7824bedd | ||
|
|
882785116c | ||
|
|
564c4d192c | ||
|
|
ff02ba5722 | ||
|
|
bcef581522 |
@@ -1,4 +1,4 @@
|
||||
name: "Claude Action"
|
||||
name: "Claude Code Action Official"
|
||||
description: "General-purpose Claude agent for GitHub PRs and issues. Can answer questions and implement code changes."
|
||||
branding:
|
||||
icon: "at-sign"
|
||||
@@ -92,7 +92,7 @@ runs:
|
||||
- name: Run Claude Code
|
||||
id: claude-code
|
||||
if: steps.prepare.outputs.contains_trigger == 'true'
|
||||
uses: anthropics/claude-code-action@beta
|
||||
uses: anthropics/claude-code-base-action@beta
|
||||
with:
|
||||
prompt_file: /tmp/claude-prompts/claude-prompt.txt
|
||||
allowed_tools: ${{ env.ALLOWED_TOOLS }}
|
||||
|
||||
Reference in New Issue
Block a user