Skip to content

Commit 6f4ef1e

Browse files
braces to parentheses
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fd00379 commit 6f4ef1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,7 @@ jobs:
355355

356356
- name: Retrieve App URL
357357
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-
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"
360359
- name: Update Status - Deployment Complete
361360
if: env.DO_DEPLOY != 'false'
362361
uses: actions/github-script@v7

0 commit comments

Comments
 (0)