Skip to content

Commit 44809e0

Browse files
yml comment
1 parent 3311a92 commit 44809e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v4
5353
with:
54-
fetch-depth: 0 # <-- disables shallow clone, which heroku is upset by?
54+
fetch-depth: 0 # <-- disables shallow clone, which heroku is upset by when running git push heroku later on
5555

5656
- uses: actions/setup-python@v5
5757
with:

0 commit comments

Comments
 (0)