From f3bf7affcafae9289722f3cbffe1402daa4b4348 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 11:25:08 +0000 Subject: [PATCH] Update createHelmYaml.sh --- createHelmYaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 7ed76f0..74b9c9f 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"