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

Commit 3d6f800

Browse files
committed
chore: added missing variable
1 parent 327a502 commit 3d6f800

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/deploy_to_kubernetes/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ 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 }}
3435
run: |
3536
git clone https://github.com/binary-com/devops-ci-scripts
3637
cd devops-ci-scripts/k8s-build_tools
3738
echo $CA_CRT | base64 --decode > ca.crt
3839
export CA="ca.crt"
39-
./release.sh ${APP_NAME} $K8S_VERSION
40+
./release.sh $APP_NAME $K8S_VERSION
4041
shell: bash

0 commit comments

Comments
 (0)