We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1b665 commit ddc7c7cCopy full SHA for ddc7c7c
1 file changed
.github/workflows/deploy-v2.yml
@@ -652,7 +652,7 @@ jobs:
652
needs: [docker-build, deploy]
653
uses: ./.github/workflows/test-automation-v2.yml
654
with:
655
- CP_WEB_URL: ${{ needs.deploy.outputs.CONTAINER_WEB_APPURL }}
+ CP_WEB_URL: ${{ needs.deploy.outputs.CONTAINER_WEB_APPURL || github.event.inputs.existing_webapp_url }}
656
secrets: inherit
657
658
cleanup-deployment:
0 commit comments