We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe2125 commit 7da22b9Copy full SHA for 7da22b9
1 file changed
.github/workflows/claude_review.yml
@@ -32,6 +32,9 @@ jobs:
32
)
33
runs-on: ubuntu-latest
34
steps:
35
+ - uses: actions/checkout@v4
36
+ with:
37
+ fetch-depth: 1
38
- uses: anthropics/claude-code-action@v1
39
with:
40
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
0 commit comments