Skip to content

Commit bf90507

Browse files
authored
Update fetch-depth in move-leetcode workflow
Changed fetch-depth to 0 for full history in checkout.
1 parent 16198fb commit bf90507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/move-leetcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222
with:
23-
fetch-depth: 2 # 이전 로그 2개까지 해서 변경점 비교(디폴트는 1)
23+
fetch-depth: 0
2424

2525
- name: Check if LeetHub Commit
2626
id: check_leethub

0 commit comments

Comments
 (0)