From b8094dc31e019229cf4f81f713c67c1a01e28ac3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Nov 2022 11:31:52 -0600 Subject: [PATCH] Update fetch_depth --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2031e1ad..84753ab7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -411,6 +411,7 @@ jobs: with: base_sha: d1c0ee4 sha: 4d04215 + fetch_depth: 60000 dir_names: "true" - name: Show output run: | @@ -502,6 +503,7 @@ jobs: with: base_sha: d1c0ee4 sha: 4d04215 + fetch_depth: 60000 include_all_old_new_renamed_files: true - name: Show output run: | @@ -521,6 +523,7 @@ jobs: with: base_sha: 4d04215 sha: fe238e6 + fetch_depth: 60000 include_all_old_new_renamed_files: true - name: Show output run: |