mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
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:
2
.github/workflows/claude-link-review.yml
vendored
2
.github/workflows/claude-link-review.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Claude Link Review
|
- name: Run Claude Link Review
|
||||||
uses: anthropics/claude-code-action@v1
|
uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
use_sticky_comment: true
|
use_sticky_comment: true
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
2
.github/workflows/claude-model-check.yml
vendored
2
.github/workflows/claude-model-check.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Claude Model Validation
|
- name: Claude Model Validation
|
||||||
uses: anthropics/claude-code-action@v1
|
uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
use_sticky_comment: true
|
use_sticky_comment: true
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
2
.github/workflows/claude-notebook-review.yml
vendored
2
.github/workflows/claude-notebook-review.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Claude Notebook Review
|
- name: Run Claude Notebook Review
|
||||||
uses: anthropics/claude-code-action@v1
|
uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
use_sticky_comment: true
|
use_sticky_comment: true
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user