Browse Source

Fetch all charts history when updating catalog

M. Rehan 2 years ago
parent
commit
716de70c93
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/update_catalog.yaml

+ 3 - 1
.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"