From fc9a0af3de8bd2a147fa82717cebabbe83c5c650 Mon Sep 17 00:00:00 2001 From: Denise Moscon Date: Wed, 20 Nov 2024 14:38:58 +0100 Subject: [PATCH] feat(deploy-staging): fetch-dept --- .github/workflows/deploy-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 79425fc4c7..aaf7fa31bc 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: "0" - name: Cleanup runner disk uses: ./.github/actions/cleanup-disk # Cleanup machine before starting the build