From 811df0946df82920385d2e5cbee31cc4aabb3f68 Mon Sep 17 00:00:00 2001 From: Sandeep Date: Mon, 1 Apr 2024 17:37:29 +0800 Subject: [PATCH] chore: added missing mapping --- .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 08a75be7..3e828af8 100644 --- a/.github/actions/deploy_to_kubernetes/action.yml +++ b/.github/actions/deploy_to_kubernetes/action.yml @@ -31,7 +31,7 @@ runs: DOCKERHUB_ORGANISATION: ${{ inputs.DOCKERHUB_ORGANISATION }} CA_CRT: ${{ inputs.CA_CRT }} APP_NAME: deriv-com-api - K8S_VERSION: {{ inputs.K8S_VERSION }} + K8S_VERSION: ${{ inputs.K8S_VERSION }} run: | git clone https://github.com/binary-com/devops-ci-scripts cd devops-ci-scripts/k8s-build_tools