diff --git a/.github/workflows/pr-lighthouse.yml b/.github/workflows/pr-lighthouse.yml index 6096529..857ea20 100644 --- a/.github/workflows/pr-lighthouse.yml +++ b/.github/workflows/pr-lighthouse.yml @@ -83,6 +83,6 @@ jobs: if: success() && github.event.number && steps.fc.outputs.comment-id != '0' with: issue-number: ${{ github.event.number }} - comment-id: ${{ steps.fc.outputs.comment-id }} + includes-comment: "" body: ${{ steps.get-comment-body.outputs.body }} edit-mode: replace diff --git a/.github/workflows/pr-visualizer.yml b/.github/workflows/pr-visualizer.yml index 8ab58b3..02c9a9f 100644 --- a/.github/workflows/pr-visualizer.yml +++ b/.github/workflows/pr-visualizer.yml @@ -54,7 +54,7 @@ jobs: if: success() && github.event.number && steps.fc.outputs.comment-id != '0' with: issue-number: ${{ github.event.number }} - comment-id: ${{ steps.fc.outputs.comment-id }} + includes-comment: "" body: | **Visualizer Report** - You can view the results [here](${{ steps.deployment.outputs.page_url }}).