fix: linkify report link in check output (#26696)

Fixes #26597
This commit is contained in:
Yury Semikhatsky 2023-08-24 17:45:18 -07:00 committed by GitHub
parent e7bd1864a8
commit 77f4f4d5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ jobs:
title: 'Test results for "${{ github.event.workflow_run.name }}"',
summary: [
reportMd,
'',
'---',
`Full [HTML report](${reportUrl}). Merge [workflow run](${mergeWorkflowUrl}).`
].join('\n'),