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

Commit d6477ec

Browse files
committed
chore: adding wrapping around var
1 parent 3d6f800 commit d6477ec

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
@@ -37,5 +37,5 @@ runs:
3737
cd devops-ci-scripts/k8s-build_tools
3838
echo $CA_CRT | base64 --decode > ca.crt
3939
export CA="ca.crt"
40-
./release.sh $APP_NAME $K8S_VERSION
40+
./release.sh ${APP_NAME} $K8S_VERSION
4141
shell: bash

0 commit comments

Comments
 (0)