Skip to content

Commit 2751936

Browse files
committed
use id
1 parent ff96d0f commit 2751936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const run = async () => {
7272
//
7373
// This could be enhanced to wait for the deployment status
7474
// and then wait once again for the URL to return 200.
75-
const url = `https://${commitDeployment.build_id}--${siteName}.netlify.app`;
75+
const url = `https://${commitDeployment.id}--${siteName}.netlify.app`;
7676
core.setOutput("url", url);
7777
console.log(`Waiting for a 200 from: ${url}`);
7878
await waitForUrl(url, MAX_TIMEOUT);

0 commit comments

Comments
 (0)