Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 811df09

Browse files
committed
chore: added missing mapping
1 parent d6477ec commit 811df09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy_to_kubernetes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
DOCKERHUB_ORGANISATION: ${{ inputs.DOCKERHUB_ORGANISATION }}
3232
CA_CRT: ${{ inputs.CA_CRT }}
3333
APP_NAME: deriv-com-api
34-
K8S_VERSION: {{ inputs.K8S_VERSION }}
34+
K8S_VERSION: ${{ inputs.K8S_VERSION }}
3535
run: |
3636
git clone https://github.com/binary-com/devops-ci-scripts
3737
cd devops-ci-scripts/k8s-build_tools

0 commit comments

Comments
 (0)