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)"