We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
id
1 parent ff96d0f commit 2751936Copy full SHA for 2751936
index.js
@@ -72,7 +72,7 @@ const run = async () => {
72
//
73
// This could be enhanced to wait for the deployment status
74
// and then wait once again for the URL to return 200.
75
- const url = `https://${commitDeployment.build_id}--${siteName}.netlify.app`;
+ const url = `https://${commitDeployment.id}--${siteName}.netlify.app`;
76
core.setOutput("url", url);
77
console.log(`Waiting for a 200 from: ${url}`);
78
await waitForUrl(url, MAX_TIMEOUT);
0 commit comments