We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c6a46 commit b95d3e3Copy full SHA for b95d3e3
.github/workflows/e2e_test.yml
@@ -36,7 +36,7 @@ jobs:
36
sleep 30
37
38
status=$(aws codepipeline get-pipeline-execution \
39
- --pipeline-name necipallef_cloudfront \
+ --pipeline-name ${{secrets.AWS_E2E_CODEPIPELINE_NAME}} \
40
--pipeline-execution-id ${{ env.codepipeline_execution_id }} \
41
--query 'pipelineExecution.status' --output text)
42
0 commit comments