Skip to content

Commit 186bcf5

Browse files
committed
Use fetch-depth: 0 to unshallow
1 parent e638503 commit 186bcf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 0
1921
- name: Set up Python 3.9
2022
uses: actions/setup-python@v2
2123
with:

0 commit comments

Comments
 (0)