Skip to content

Commit 39b4196

Browse files
Shivanshu SinghShivanshu Singh
authored andcommitted
github action
1 parent 81198ed commit 39b4196

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

dist/index.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16153,17 +16153,19 @@ async function run() {
1615316153
const res = await octokit.rest.checks.update({
1615416154
owner : owner,
1615516155
repo : repo,
16156-
check_run_id: id.data.id
16156+
check_run_id: id.data.id,
16157+
status: "completed",
16158+
conclusion: "action_required",
16159+
completed_at: new Date(),
16160+
output: {
16161+
title: "Lambdatest smart UI checks!",
16162+
summary: "The visual testing checks have been started!",
16163+
},
1615716164
})
1615816165
}
1615916166

1616016167
setTimeout(update, 3000)
1616116168

16162-
16163-
16164-
16165-
16166-
1616716169
}
1616816170

1616916171
try{run();

0 commit comments

Comments
 (0)