Skip to content

Commit 7e2c6f7

Browse files
committed
Increase fetch depth
1 parent 241409b commit 7e2c6f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 2
1820
- name: Set up Python ${{ matrix.python-version }}
1921
uses: actions/setup-python@v2
2022
with:

0 commit comments

Comments
 (0)