Skip to content

Commit 65f9d2c

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a17f233 commit 65f9d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ jobs:
632632
- name: Wait for deployment to be fully ready
633633
run: |
634634
echo "⏳ Waiting for deployment to be fully ready for Lighthouse testing..."
635-
DEPLOYMENT_URL="${{ steps.deploy-production.outputs.deployment-url }}"
635+
DEPLOYMENT_URL="${{ needs.deploy-production.outputs.deployment-url }}"
636636
637637
# Wait up to 5 minutes for the deployment to be ready
638638
for i in {1..30}; do

0 commit comments

Comments
 (0)