From 779036444948613025cb10d6ad23fcc79a39b9a9 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 12 Sep 2023 11:16:53 +0800 Subject: [PATCH] fix: correctly render the latest scheduled run url --- .github/workflows/ecosystem-ci-from-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem-ci-from-pr.yml b/.github/workflows/ecosystem-ci-from-pr.yml index f78655c..63b69f0 100644 --- a/.github/workflows/ecosystem-ci-from-pr.yml +++ b/.github/workflows/ecosystem-ci-from-pr.yml @@ -194,7 +194,7 @@ jobs: const body = ` 📝 Ran ecosystem CI: ${urlLink} - | suite | result | [latest scheduled](latestScheduledRun.html_url) | + | suite | result | [latest scheduled](${latestScheduledRun.html_url}) | |-------|--------|----------------| ${results.map(current => { const latest = scheduledResults.find(s => s.suite === current.suite) || {} // in case a new suite is added after latest scheduled