From 71371356b4a57e9a16f8e79a545ceb37003faa59 Mon Sep 17 00:00:00 2001 From: claustra01 Date: Sat, 10 Aug 2024 02:53:25 +0900 Subject: [PATCH] fix: lighthouse ci body --- .github/workflows/pr-lighthouse.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-lighthouse.yml b/.github/workflows/pr-lighthouse.yml index 6b5d76b..6096529 100644 --- a/.github/workflows/pr-lighthouse.yml +++ b/.github/workflows/pr-lighthouse.yml @@ -84,7 +84,5 @@ jobs: with: issue-number: ${{ github.event.number }} comment-id: ${{ steps.fc.outputs.comment-id }} - body: | - **Visualizer Report** - - You can view the results [here](${{ steps.deployment.outputs.page_url }}). + body: ${{ steps.get-comment-body.outputs.body }} edit-mode: replace