From 4a664c1cc46fec3a14ececc92495f70a750c8d1c Mon Sep 17 00:00:00 2001 From: Necip Allef Date: Sat, 21 Sep 2024 01:11:35 +0300 Subject: [PATCH] ci: rename parameter name --- .github/workflows/e2e_test_for_prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_test_for_prs.yml b/.github/workflows/e2e_test_for_prs.yml index 142ce060..6fa63be6 100644 --- a/.github/workflows/e2e_test_for_prs.yml +++ b/.github/workflows/e2e_test_for_prs.yml @@ -22,7 +22,7 @@ jobs: aws-region: ${{vars.AWS_E2E_REGION}} - name: Store BRANCH_NAME in Parameter Store run: | - aws ssm put-parameter --name "BRANCH_NAME" --value "${{github.head_ref}}" --type "String" --overwrite + aws ssm put-parameter --name "/cloudfront-integration-e2e/branch_name" --value "${{github.head_ref}}" --type "String" --overwrite - name: Trigger AWS CodePipeline run: | codepipeline_execution_id=$(aws codepipeline start-pipeline-execution --name ${{vars.AWS_E2E_TOPIC_BRANCH_CODEPIPELINE_NAME}} --query 'pipelineExecutionId' --output text)