From 106b9954bf36193e5bdf1ad24ee5cf3725c0a958 Mon Sep 17 00:00:00 2001 From: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:58:48 +1000 Subject: [PATCH] fix(contribs): update fetch depth --- .github/workflows/update_contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index ab3e9d6a3..854f603a1 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref || github.ref_name }} # Use the branch name or PR branch + fetch-depth: 0 - name: Install Node.js uses: actions/setup-node@v4