Skip to content

Commit

Permalink
ci: rename parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 20, 2024
1 parent 11991fb commit 4a664c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_for_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a664c1

Please sign in to comment.