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