Skip to content

Commit 7a87b36

Browse files
authored
Unshallow repository
1 parent 5cd359f commit 7a87b36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lunaria.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
# Makes the action clone the entire git history
2626
fetch-depth: 0
2727

28+
- name: Unshallow repository
29+
run: |
30+
if [ -f .git/shallow ]; then
31+
git fetch --unshallow origin
32+
fi
33+
2834
- name: Setup Node
2935
uses: actions/setup-node@v4
3036
with:

0 commit comments

Comments
 (0)