Skip to content

Commit d68ef5a

Browse files
committed
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
1 parent bbf6a17 commit d68ef5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/claude-link-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Run Claude Link Review
26-
uses: anthropics/claude-code-action@v1
26+
uses: anthropics/claude-code-action@beta
2727
with:
2828
use_sticky_comment: true
2929
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude-model-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Claude Model Validation
25-
uses: anthropics/claude-code-action@v1
25+
uses: anthropics/claude-code-action@beta
2626
with:
2727
use_sticky_comment: true
2828
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude-notebook-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Run Claude Notebook Review
26-
uses: anthropics/claude-code-action@v1
26+
uses: anthropics/claude-code-action@beta
2727
with:
2828
use_sticky_comment: true
2929
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)