From 07c70fe1c868d1c34c7bae9955847f333f090026 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Fri, 20 Oct 2023 18:19:18 +0200 Subject: [PATCH] Bloaty report path (#1789) --- .github/workflows/pr-bloaty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-bloaty.yml b/.github/workflows/pr-bloaty.yml index 60df963d507..dfe20d89d2f 100644 --- a/.github/workflows/pr-bloaty.yml +++ b/.github/workflows/pr-bloaty.yml @@ -87,7 +87,7 @@ jobs: echo '```' awk 'NR <= 2; END { print }' tlus_diff_main.txt echo '```' - echo "Full report: $report_path" + echo "Full report: $download_url/$report_path" } >> message.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}