mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
fix: update review mode example to use @beta tag
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
fetch-depth: 0 # Full history for better diff analysis
|
fetch-depth: 0 # Full history for better diff analysis
|
||||||
|
|
||||||
- name: Code Review with Claude
|
- name: Code Review with Claude
|
||||||
uses: anthropics/claude-code-action@km/add-review-mode
|
uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
mode: review
|
mode: review
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user