From a9f45fcef368820dc3cb1430d17d6d6c0f43fc6d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 17 Aug 2021 13:55:54 +0200 Subject: [PATCH] fix reposha reference --- .github/workflows/apps.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 6e3d547a3a7..5fbe67acc60 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache helm repo cache uses: actions/cache@v2 with: - key: helmrepocache-${{ github.sha }}-${{ github.sha }} + key: helmrepocache-${{ github.sha }} path: | ~/.cache/helm/repository ~/.config/helm/repositories.yaml