Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 11s

This commit is contained in:
ties 2024-08-27 11:27:06 +00:00
parent f3bf7affca
commit 249a2b4328

View File

@ -50,7 +50,7 @@ if [[ -n "$KUBECONFIG_DATA" ]]; then
fi
# Check if the action environment variable is set to 'print'
if [[ "$ACTION" == "print" ]]; then
if [[ "$action" == "print" ]]; then
createHelmYaml
elif [[ -n "$KUBECONFIG_DATA" ]]; then
echo "$KUBECONFIG_DATA"