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

Commit

Permalink
chore: adding wrapping around var
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Apr 1, 2024
1 parent 3d6f800 commit d6477ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy_to_kubernetes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6477ec

Please sign in to comment.