Skip to content

Commit b95d3e3

Browse files
committed
ci: fix e2e workflow file
1 parent a6c6a46 commit b95d3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sleep 30
3737
3838
status=$(aws codepipeline get-pipeline-execution \
39-
--pipeline-name necipallef_cloudfront \
39+
--pipeline-name ${{secrets.AWS_E2E_CODEPIPELINE_NAME}} \
4040
--pipeline-execution-id ${{ env.codepipeline_execution_id }} \
4141
--query 'pipelineExecution.status' --output text)
4242

0 commit comments

Comments
 (0)