From f1cb90a3d9e74f9c620dc5b594b29db978876a07 Mon Sep 17 00:00:00 2001 From: shuting Date: Wed, 21 Feb 2024 21:32:42 +0800 Subject: [PATCH] fix: helm chart testing (#74) * fix: linter testing Signed-off-by: ShutingZhao * fix: linter testing Signed-off-by: ShutingZhao --------- Signed-off-by: ShutingZhao --- .github/workflows/helm-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 53094de..c88f158 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -15,6 +15,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + fetch-depth: 0 + - name: Set up Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: 3.7