Skip to content

Commit 37998df

Browse files
fix: uncomment polling in dist/index.js
1 parent 57777b1 commit 37998df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26918,8 +26918,8 @@ async function run() {
2691826918
core.setOutput("web_url", data.web_url);
2691926919
console.log(`Pipeline id ${data.id} triggered! See ${data.web_url} for details.`);
2692026920

26921-
// // poll pipeline status
26922-
// await pollPipeline(host, projectId, accessToken, data.id, data.web_url);
26921+
// poll pipeline status
26922+
await pollPipeline(host, projectId, accessToken, data.id, data.web_url);
2692326923
} catch (error) {
2692426924
core.setFailed(error.message);
2692526925
}

0 commit comments

Comments
 (0)