diff --git a/.github/workflows/pr-lighthouse.yml b/.github/workflows/pr-lighthouse.yml index 6965f85..48b501a 100644 --- a/.github/workflows/pr-lighthouse.yml +++ b/.github/workflows/pr-lighthouse.yml @@ -83,7 +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: "# Lighthouse Report" 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 29653dd..a2253f3 100644 --- a/.github/workflows/pr-visualizer.yml +++ b/.github/workflows/pr-visualizer.yml @@ -48,15 +48,3 @@ jobs: body: | # Visualizer Report You can view the results [here](${{ steps.deployment.outputs.page_url }}). - - - name: Update comment - uses: peter-evans/create-or-update-comment@v2 - 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: "# Visualizer Report" - body: | - # Visualizer Report - - You can view the results [here](${{ steps.deployment.outputs.page_url }}). - edit-mode: replace