From 3cb3957e42fab46ec136d3be04bd6f582913191a Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 29 Mar 2022 21:15:36 +0200 Subject: [PATCH] super shallow build --- .github/workflows/apps.release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index 4528dc2b39c..eadaca02612 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -24,6 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3 with: + fetch-depth: 1 repository: truecharts/charts token: ${{ secrets.BOT_TOKEN }} path: chartsrepo @@ -31,6 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3 with: + fetch-depth: 1 repository: truecharts/catalog token: ${{ secrets.BOT_TOKEN }} path: catalog @@ -38,6 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3 with: + fetch-depth: 1 repository: truecharts/dh_catalog token: ${{ secrets.BOT_TOKEN }} path: dh_catalog