Skip to content

Commit 99a6c33

Browse files
committed
quotes
1 parent 6f4ef1e commit 99a6c33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,14 @@ jobs:
356356
- name: Retrieve App URL
357357
id: workload
358358
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+
359360
- name: Update Status - Deployment Complete
360361
if: env.DO_DEPLOY != 'false'
361362
uses: actions/github-script@v7
362363
with:
363364
script: |
364365
const prNumber = process.env.PR_NUMBER;
365-
const appUrl = ${{ steps.workload.outputs.WORKLOAD_URL }};
366+
const appUrl = '${{ steps.workload.outputs.WORKLOAD_URL }}';
366367
const workflowUrl = process.env.WORKFLOW_URL;
367368
const isSuccess = '${{ job.status }}' === 'success';
368369

0 commit comments

Comments
 (0)