Skip to content

Commit 08a08be

Browse files
authored
more fixes for claude @-mentions (#221)
Not sure how I screwed up the syntax so badly
1 parent 2cfec23 commit 08a08be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
with:
3838
repository: ${{ github.event.issue.pull_request && steps.pr-info.outputs.is_fork == 'true' && format('{0}/{1}', steps.pr-info.outputs.pr_head_owner, steps.pr-info.outputs.pr_head_repo) || github.repository }}
3939
ref: ${{ github.event.issue.pull_request && steps.pr-info.outputs.pr_head_ref || github.ref }}
40-
fetch-depth: 0
40+
fetch-depth: 1
4141

4242
- name: Run Claude Code
4343
id: claude
4444
uses: anthropics/claude-code-action@v1
4545
with:
4646
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4747
claude_args: |
48-
--allowTools Read,Edit,Write,WebFetch
48+
--allowedTools Read,Edit,Write,WebFetch

0 commit comments

Comments
 (0)