diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 74b9c9f..7ed76f0 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -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"