fix: update review mode example to use @beta tag

This commit is contained in:
km-anthropic
2025-07-30 16:07:28 -07:00
parent ac8b41d84a
commit 204205777f

View File

@@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 # Full history for better diff analysis
- name: Code Review with Claude
uses: anthropics/claude-code-action@km/add-review-mode
uses: anthropics/claude-code-action@beta
with:
mode: review
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}