Skip to content

Commit

Permalink
testing parameter store
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 4, 2023
1 parent d38ef11 commit 870ecd5
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 @@ -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
Expand Down

0 comments on commit 870ecd5

Please sign in to comment.