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 ab2be70 commit 787a216Copy full SHA for 787a216
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -111,7 +111,7 @@ jobs:
111
fi
112
113
# Check if app exists and save state
114
- echo (cpflow exists -a ${{ env.APP_NAME }})
+ echo "$(cpflow exists -a ${{ env.APP_NAME }})"
115
if cpflow exists -a ${{ env.APP_NAME }}; then
116
echo "review app does not exist!"
117
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
0 commit comments