diff --git a/.github/workflows/notify_test_workflow.yml b/.github/workflows/notify_test_workflow.yml index 4264be3a7e3e0..fb5a25890b632 100644 --- a/.github/workflows/notify_test_workflow.yml +++ b/.github/workflows/notify_test_workflow.yml @@ -107,7 +107,7 @@ jobs: status: status, output: { title: 'Test results', - summary: runUrl, + summary: '[See test results](' + runUrl + ')', text: JSON.stringify({ owner: context.payload.pull_request.head.repo.owner.login, repo: context.payload.pull_request.head.repo.name,