File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
- name : configure AWS credentials
23
23
uses : aws-actions/configure-aws-credentials@v4
24
24
with :
25
- role-to-assume : {{secrets.AWS_E2E_ROLE_ARN}}
26
- aws-region : {{secrets.AWS_E2E_REGION}}
25
+ role-to-assume : $ {{secrets.AWS_E2E_ROLE_ARN}}
26
+ aws-region : $ {{secrets.AWS_E2E_REGION}}
27
27
- name : Trigger AWS CodePipeline
28
28
run : |
29
- codepipeline_execution_id=$(aws codepipeline start-pipeline-execution --name {{secrets.AWS_E2E_CODEPIPELINE_NAME}} --query 'pipelineExecutionId' --output text)
29
+ codepipeline_execution_id=$(aws codepipeline start-pipeline-execution --name $ {{secrets.AWS_E2E_CODEPIPELINE_NAME}} --query 'pipelineExecutionId' --output text)
30
30
echo "Pipeline execution ID: $codepipeline_execution_id"
31
31
echo "codepipeline_execution_id=$codepipeline_execution_id" >> $GITHUB_ENV
32
32
- name : Poll Pipeline Status
You can’t perform that action at this time.
0 commit comments