Skip to content

Commit aa076ce

Browse files
authored
Merge branch 'main' into feat-premium
2 parents 01a3202 + 7a87b36 commit aa076ce

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)