From 3a406203727cc5c350aea2873c5a525afb73a24b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 16 Aug 2021 15:29:51 +0200 Subject: [PATCH] workflowfix2 --- .github/workflows/housekeeping.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index 113556e8ad9..0665ffa7579 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -33,7 +33,7 @@ jobs: run: | brew install norwoodj/tap/helm-docs - - name: Containers: Fetch new application versions + - name: Containers - Fetch new application versions run: | find ./containers/apps -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do if test -f "./containers/apps/${app}/latest-version.sh"; then @@ -53,7 +53,7 @@ jobs: fi fi done - - name: Containers: Fetch new base versions + - name: Containers - Fetch new base versions run: | find ./containers/base -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do if test -f "./containers/base/${app}/latest-version.sh"; then