Skip to content

Commit 3b6c9fa

Browse files
committed
build: Checkout with fetch depth
1 parent 21c94af commit 3b6c9fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 2
1416

1517
- uses: hmarr/debug-action@v3
1618

0 commit comments

Comments
 (0)