We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fd161 commit a8f56a1Copy full SHA for a8f56a1
.github/workflows/preview.yml
@@ -37,7 +37,7 @@ jobs:
37
description: "Deployment created",
38
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}?pr=${context.issue.number}`,
39
})
40
- return response.data.id
+ return deployment.data.id
41
42
- uses: actions/checkout@v4
43
0 commit comments