diff --git a/src/main.ts b/src/main.ts index ad78e1f..a7c88ac 100644 --- a/src/main.ts +++ b/src/main.ts @@ -268,7 +268,7 @@ class TestReporter { text: { type: 'mrkdwn', - text: `:red_circle: ${tr.failed} in <${resp.data.html_url}#r${runIndex}|*${runName}*>` + text: `:red_circle: ${tr.failed} in <${resp.data.html_url}#r${runIndex}|${runName}>` } }) })