Skip to content

Commit 4ab9cb1

Browse files
committed
fix
1 parent ebc4a92 commit 4ab9cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ jobs:
182182
repo: context.repo.repo,
183183
deployment_id: ${{ steps.deployment.outputs.result }},
184184
state: "${{ steps.docs-build.outputs.skip == 'true' && 'inactive' || (steps.s3-upload.outcome == 'success' && 'success' || 'failure') }}",
185-
environment_url: `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}${PREVIEW_URL_PATH}`,
185+
environment_url: `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}${process.env.PREVIEW_URL_PATH}`,
186186
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
187187
})

0 commit comments

Comments
 (0)