Skip to content

Commit 7da22b9

Browse files
authored
[ci] include checkout step in claude review workflow (#13352)
up
1 parent 1fe2125 commit 7da22b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude_review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
)
3333
runs-on: ubuntu-latest
3434
steps:
35+
- uses: actions/checkout@v4
36+
with:
37+
fetch-depth: 1
3538
- uses: anthropics/claude-code-action@v1
3639
with:
3740
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)