Skip to content

Commit 0c2dd49

Browse files
ensure fetch-depth
1 parent f6f9e61 commit 0c2dd49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
1820
- name: Set up Python
1921
uses: actions/setup-python@v2
2022
with:
@@ -34,6 +36,8 @@ jobs:
3436

3537
steps:
3638
- uses: actions/checkout@v3
39+
with:
40+
fetch-depth: 0
3741
- name: Set up Python
3842
uses: actions/setup-python@v2
3943
with:

0 commit comments

Comments
 (0)