Skip to content

Commit 0dd74df

Browse files
committed
ci: 使用ANTHROPIC_DEFAULT_SONNET_MODEL环境变量替代ANTHROPIC_MODEL
- 采用Claude Code Action官方推荐的环境变量命名约定 - 明确指定使用Sonnet模型而非通用ANTHROPIC_MODEL - 更新版本至0.2.0
1 parent 44a3522 commit 0dd74df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Update Changelog with Claude Code
3333
uses: anthropics/claude-code-action@v1
3434
env:
35-
ANTHROPIC_MODEL: arn:aws:bedrock:us-east-1:287422227648:application-inference-profile/w13qb7e2nmkr
35+
ANTHROPIC_DEFAULT_SONNET_MODEL: arn:aws:bedrock:us-east-1:287422227648:application-inference-profile/w13qb7e2nmkr
3636
with:
3737
use_bedrock: "true"
3838
show_full_output: "true"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)