We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be667ce commit 80ad25aCopy full SHA for 80ad25a
src/status/main.ts
@@ -83,6 +83,7 @@ run(jobID)
83
core.setOutput('suggested', isSuggested)
84
core.setOutput('jobType', jobType)
85
core.setOutput('confidence', confidence.toFixed(3))
86
+ core.info(`Confidence: ${confidence.toFixed(3)}`)
87
})
88
.catch(async error => {
89
if (error instanceof Error) {
0 commit comments