Skip to content

Commit ffba14e

Browse files
authored
Update Lunaria workflow to remove unshallow step
1 parent d94d17d commit ffba14e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/lunaria.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,15 @@ 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-
3428
- name: Setup Node
3529
uses: actions/setup-node@v4
3630
with:
3731
node-version: 20
38-
cache: 'npm'
32+
cache: npm
3933

4034
- run: npm install
4135

4236
- name: Generate Lunaria Overview
43-
uses: yanthomasdev/lunaria-action@main
37+
uses: yanthomasdev/lunaria-action@v0.1.0
4438
with:
4539
token: ${{ secrets.MRROBOTDOTAPP_BOT_TOKEN }}

0 commit comments

Comments
 (0)