Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-01-13 18:08:44 +0300
committerGitHub <noreply@github.com>2022-01-13 18:08:44 +0300
commit4b1ee041538987223311be5d818a4e3441aa9eed (patch)
tree88211cf369ffbfe9b8e6e60c7e610fcadd1c0d1c /.github
parent25d0fbf12e7054cbfd600246b15ee3e8fa448f99 (diff)
build: fix workflow access to git history
Refs: https://github.com/nodejs/node/pull/41466 PR-URL: https://github.com/nodejs/node/pull/41472 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/find-inactive-tsc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/find-inactive-tsc.yml b/.github/workflows/find-inactive-tsc.yml
index aacb4d1ed56..5d834c8cb25 100644
--- a/.github/workflows/find-inactive-tsc.yml
+++ b/.github/workflows/find-inactive-tsc.yml
@@ -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