From cb433740f0b62fdebf430fba33db122306f0dd76 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 1 Sep 2022 13:14:33 -0600 Subject: [PATCH] chore: test invalid fetch-depth --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb51520e..1c4085ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -260,7 +260,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true - fetch-depth: 0 + fetch-depth: 1 - name: Run changed-files with defaults id: changed-files uses: ./