Skip to content

Commit a8f56a1

Browse files
committed
fix
1 parent a6fd161 commit a8f56a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
description: "Deployment created",
3838
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}?pr=${context.issue.number}`,
3939
})
40-
return response.data.id
40+
return deployment.data.id
4141
4242
- uses: actions/checkout@v4
4343

0 commit comments

Comments
 (0)