fix: correct array expansion in kubeconform validation script
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 14s

This commit is contained in:
2025-12-12 17:03:57 +05:30
parent c3b7a0b555
commit 6359b735e6

View File

@@ -88,6 +88,6 @@ jobs:
fi
echo ""
done <<< "${ALL_CHANGED_FILES}"
done <<< "${ALL_CHANGED_FILES[@]}"
exit $EXIT_CODE