From ac979b8f244e6e4c47b285ae2d3a7ff87d39fbc1 Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Mon, 1 Aug 2022 16:22:43 +0530 Subject: [PATCH] chore: set fetch depth to 0 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9a46fe0b19..65cc115434 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -173,7 +173,7 @@ jobs: steps: - uses: actions/checkout@master with: - fetch-depth: 1 + fetch-depth: 0 - uses: actions/setup-python@v3 with: python-version: "3.10"