From 80c296fd25e1b68b9cf3ccb8f841e50078aebd99 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 2 Dec 2025 22:13:45 -0600 Subject: [PATCH] fix --- .gitea/workflows/render-manifests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index b5ae31624..283f7c239 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -69,7 +69,7 @@ jobs: RENDER_DIR=() if [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then - echo ">> Triggered on dispatch, will check all paths .." + echo ">> Triggered on dispatch, will check all paths ..." RENDER_DIR+=$(ls clusters/cl01tl/helm/) else @@ -89,7 +89,7 @@ jobs: fi fi - if [ -n $RENDER_DIR ]; then + if [ -n "${RENDER_DIR}" ]; then echo ">> Directories to Render:" echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"