fix(ci): use beta version for slash commands support

Switch from @v1 to @beta to enable experimental_slash_commands_dir
parameter which is required for slash commands to work properly
This commit is contained in:
Alex Notov
2025-09-08 08:17:42 -06:00
parent bbf6a17a85
commit d68ef5ae51
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Run Claude Link Review
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@beta
with:
use_sticky_comment: true
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Claude Model Validation
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@beta
with:
use_sticky_comment: true
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

View File

@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Run Claude Notebook Review
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@beta
with:
use_sticky_comment: true
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}