From 4b58410d9ecad674abb12a1b89ebcc963917c856 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:09:37 +0000 Subject: [PATCH] fix(ga-misc-check-prettier): change `fetch-depth` --- .github/workflows/ga-misc-check-prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ga-misc-check-prettier.yml b/.github/workflows/ga-misc-check-prettier.yml index 9ca35c8fe..c4969a849 100644 --- a/.github/workflows/ga-misc-check-prettier.yml +++ b/.github/workflows/ga-misc-check-prettier.yml @@ -15,7 +15,7 @@ jobs: - name: 🐧 Checkout uses: actions/checkout@v4 with: - fetch-depth: 2 # OR "2" -> To retrieve the preceding commit. + fetch-depth: 0 - name: 🔍 Get all changed *.md file(s) id: changed-md