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 fd00379 commit 6f4ef1eCopy full SHA for 6f4ef1e
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -355,8 +355,7 @@ jobs:
355
356
- name: Retrieve App URL
357
id: workload
358
- run: echo "WORKLOAD_URL=${cpln workload get rails --gvc ${{ env.APP_NAME }} | tee | grep -oP 'https://[^[:space:]]*\.cpln\.app(?=\s|$)' | head -n1}" >> "$GITHUB_OUTPUT"
359
-
+ run: echo "WORKLOAD_URL=$(cpln workload get rails --gvc ${{ env.APP_NAME }} | tee | grep -oP 'https://[^[:space:]]*\.cpln\.app(?=\s|$)' | head -n1)" >> "$GITHUB_OUTPUT"
360
- name: Update Status - Deployment Complete
361
if: env.DO_DEPLOY != 'false'
362
uses: actions/github-script@v7
0 commit comments