Skip to content

Commit 64bd7dc

Browse files
authored
Update fetch-depth in CLAUDE Docs Drafter workflow
Change fetch-depth to 0 for full history checkout.
1 parent 98b5ee2 commit 64bd7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-docs-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
2929
with:
30-
fetch-depth: 2
30+
fetch-depth: 0
3131

3232
- name: Run Claude Docs Drafter
3333
timeout-minutes: 10

0 commit comments

Comments
 (0)