Skip to content

Commit

Permalink
fix lighthouse comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Aug 2, 2024
1 parent 6aef671 commit f32d6d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ jobs:
header: lighthouse
number: ${{ github.event.number || steps.pr_number_finder.outputs.pr }}
message: |
```
## Mobile score
${{ steps.format_lighthouse_score.outputs.pr_comment }}
## Desktop score
${{ steps.format_lighthouse_desktop_score.outputs.pr_comment }}
```
${{ steps.format_lighthouse_desktop_score.outputs.pr_comment }}

0 comments on commit f32d6d2

Please sign in to comment.