diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 4f6550bb..eb9fba8b 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -44,7 +44,7 @@ jobs: with: github-token: ${{secrets.GITHUB_TOKEN}} script: | - core.setOutput('comment', JSON.stringify(steps.lighthouse_audit.outputs, null, 2); + core.setOutput('comment', JSON.stringify(steps.lighthouse_audit.outputs, null, 2)); - name: Add comment to PR id: comment_to_pr uses: marocchino/sticky-pull-request-comment@v2.9.0 diff --git a/.test-lighthouse b/.test-lighthouse deleted file mode 100644 index e69de29b..00000000