From 870ecd59a5c63186bac2fc69abf4ddfc68075ea2 Mon Sep 17 00:00:00 2001 From: priyaranjanpatil Date: Mon, 4 Dec 2023 15:56:46 +1100 Subject: [PATCH] testing parameter store --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index fff27956..d36b910a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -77,7 +77,7 @@ jobs: # Perform actions using parameter values here # For example, set environment variables if [ "$name" = "/core/es_indexer/dev_ecr_ecs_config/ecr_repo" ]; then - echo "$ECR_REPOSITORY=$value" >> $GITHUB_ENV + echo "ECR_REPOSITORY=$value" >> "$GITHUB_ENV" fi done