fix
All checks were successful
renovate / renovate (push) Successful in 1m43s

This commit is contained in:
2025-12-02 22:13:45 -06:00
parent 3224562335
commit 80c296fd25

View File

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