Skip to content

Commit

Permalink
code artifact and github actions config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 19, 2023
1 parent 1873920 commit 017391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 017391f

Please sign in to comment.