From d6477eca9e94bbbec2f1b3246ee23aedc2750678 Mon Sep 17 00:00:00 2001 From: Sandeep Date: Mon, 1 Apr 2024 16:48:10 +0800 Subject: [PATCH] chore: adding wrapping around var --- .github/actions/deploy_to_kubernetes/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy_to_kubernetes/action.yml b/.github/actions/deploy_to_kubernetes/action.yml index edcbeed08..08a75be7c 100644 --- a/.github/actions/deploy_to_kubernetes/action.yml +++ b/.github/actions/deploy_to_kubernetes/action.yml @@ -37,5 +37,5 @@ runs: cd devops-ci-scripts/k8s-build_tools echo $CA_CRT | base64 --decode > ca.crt export CA="ca.crt" - ./release.sh $APP_NAME $K8S_VERSION + ./release.sh ${APP_NAME} $K8S_VERSION shell: bash