From 017391fed547f9a959e810098b41f61c5a39e03f Mon Sep 17 00:00:00 2001 From: priyaranjanpatil Date: Tue, 19 Dec 2023 14:46:18 +1100 Subject: [PATCH] code artifact and github actions config changes --- .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 031dce2e..d59a412a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -54,7 +54,7 @@ jobs: # Replace '--path' with your specific path from Parameter Store parameters=$(aws ssm get-parameters-by-path --path "/core/ogcapi/dev_ecr_ecs_config/" --recursive --query 'Parameters[*].[Name,Value]' --output json) echo "$parameters" > parameters.json - echo "{parameters_json}=$parameters" >> $GITHUB_OUTPUT + echo "::set-output name=parameters_json::$parameters" - name: Process Parameters - ssm parameter store run: |