Skip to content

Commit 80ad25a

Browse files
committed
status: log confidence
1 parent be667ce commit 80ad25a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/status/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ run(jobID)
8383
core.setOutput('suggested', isSuggested)
8484
core.setOutput('jobType', jobType)
8585
core.setOutput('confidence', confidence.toFixed(3))
86+
core.info(`Confidence: ${confidence.toFixed(3)}`)
8687
})
8788
.catch(async error => {
8889
if (error instanceof Error) {

0 commit comments

Comments
 (0)