Skip to content

Commit 6d66e46

Browse files
committed
build: fix workflow access to git history
Refs: #41466
1 parent c4194c0 commit 6d66e46

File tree

3 files changed

+264
-269
lines changed

3 files changed

+264
-269
lines changed

.github/workflows/find-inactive-tsc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Checkout the repo
2020
uses: actions/checkout@v2
2121
with:
22+
fetch-depth: 0
2223
persist-credentials: false
2324

2425
- name: Clone nodejs/TSC repository

0 commit comments

Comments
 (0)