Skip to content

Commit

Permalink
build: fix workflow access to git history
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jan 11, 2022
1 parent c4194c0 commit 92fce74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/find-inactive-tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false

- name: Clone nodejs/TSC repository
Expand Down

0 comments on commit 92fce74

Please sign in to comment.