From 0d95461b3e592faa801cfff4c8dc33fd9c99dc99 Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Mon, 11 Sep 2023 15:59:37 -0600 Subject: [PATCH] fix replacing token --- actions/dot-cli/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/dot-cli/entrypoint.sh b/actions/dot-cli/entrypoint.sh index 3880995..ce80f2b 100755 --- a/actions/dot-cli/entrypoint.sh +++ b/actions/dot-cli/entrypoint.sh @@ -8,8 +8,8 @@ cat /github/workspace/README.md - tkn=$1 - echo $tkn + tkn="$1" + echo "Safe pass is :: $tkn" #Replace the safe-pass with the value passed in the docker workflow action sed -i -e "s/plchldr/$tkn/g" "${DOT_SERVICES_HOME}dot-service.yml"