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 3895a75 commit 7a67d1aCopy full SHA for 7a67d1a
.github/actions/deploy-to-control-plane/action.yml
@@ -66,4 +66,5 @@ runs:
66
- name: Deploy to Control Plane
67
shell: bash
68
run: |
69
- cpl deploy-image -a ${{ inputs.app_name }} --run-release-phase --org ${{inputs.org}}
+ echo "Deploying to Control Plane"
70
+ cpl deploy-image -a ${{ inputs.app_name }} --run-release-phase --org ${{inputs.org}} --verbose
0 commit comments