mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-22 17:00:14 +08:00
ci(workflow): fix missing args (#10014)
ci(workflow): 更新claude-translator.yml中的claude_args参数格式
This commit is contained in:
parent
eb00ceb1c7
commit
1d8760742e
2
.github/workflows/claude-translator.yml
vendored
2
.github/workflows/claude-translator.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
id: claude
|
id: claude
|
||||||
with:
|
with:
|
||||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||||
claude_args: 'Bash(gh issue:*),Bash(gh api:repos/*/issues:*)'
|
claude_args: '--allowed-tools Bash(gh issue:*),Bash(gh api:repos/*/issues:*)'
|
||||||
prompt: |
|
prompt: |
|
||||||
你是一个多语言翻译助手。请完成以下任务:
|
你是一个多语言翻译助手。请完成以下任务:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user