Skip to content

Commit c8e7f34

Browse files
committed
Explicitly fetch history
1 parent 0121e50 commit c8e7f34

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
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
fetch-depth: "0"
21+
- name: Fetch history, because Heroku deploy fails otherwise.
22+
run: git fetch --prune --unshallow
2123
- name: Set up Python 3.9
2224
uses: actions/setup-python@v2
2325
with:

0 commit comments

Comments
 (0)