From a6b05fabe70faad76cbe44e2d1b97b210a151c23 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 17 Aug 2021 12:52:00 +0200 Subject: [PATCH] fix typo --- .github/workflows/apps.test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index c181851484b..0cd7b1cd67d 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -221,10 +221,10 @@ jobs: ~/.config/helm/repositories.yaml - name: update helm repo cache - run: | - helm repo add truecharts https://truecharts.org - helm repo add bitnami https://charts.bitnami.com/bitnami - helm repo update + run: | + helm repo add truecharts https://truecharts.org + helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo update - name: Remove if release already exists run: |