Skip to content

Commit 4fdffbf

Browse files
authored
Checkout needs everything (microsoft#48689)
1 parent f1df67c commit 4fdffbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/twoslash-repros.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
if: ${{ github.event.label.name == 'Bisect Repro' }}
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
32+
with:
33+
fetch-depth: 0
3234
- uses: actions/setup-node@v1
3335
with:
3436
node-version: 16

0 commit comments

Comments
 (0)