From 77f4f4d5deb3249ad83c09755932c84736787878 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 24 Aug 2023 17:45:18 -0700 Subject: [PATCH] fix: linkify report link in check output (#26696) Fixes #26597 --- .github/workflows/create_test_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_test_report.yml b/.github/workflows/create_test_report.yml index 31db8616a4..f0b4a00b93 100644 --- a/.github/workflows/create_test_report.yml +++ b/.github/workflows/create_test_report.yml @@ -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'),