From 2800af18a45e8a8e3851d92c3a31b17c84952094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Thu, 2 Dec 2021 10:51:23 +0100 Subject: [PATCH] chore: fetch-depth 0 on cr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Pinson --- .github/workflows/chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 6943ea8..c1ca0fc 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Configure Git run: |