From 716de70c93148a54f2d5977c40e3e36079336662 Mon Sep 17 00:00:00 2001 From: "M. Rehan" Date: Tue, 28 Feb 2023 23:06:58 +0500 Subject: [PATCH] Fetch all charts history when updating catalog --- .github/workflows/update_catalog.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_catalog.yaml b/.github/workflows/update_catalog.yaml index 0e24073855..af71427bb9 100644 --- a/.github/workflows/update_catalog.yaml +++ b/.github/workflows/update_catalog.yaml @@ -14,7 +14,9 @@ jobs: image: ixsystems/catalog_validation:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Update catalog details run: | /bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_update update --path $PWD"