Skip to content

Commit

Permalink
[repo] Additional fix on lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 3, 2025
1 parent 51e6576 commit abaeb7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Audit URLs using Lighthouse
id: lighthouse_audit
uses: treosh/lighthouse-ci-action@v12 # 9.3.0
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
${{ steps.netlify.outputs.deployUrl }}/
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Format lighthouse score
id: format_lighthouse_score
uses: actions/github-script@9ac08808f9v793958e9de277fe43a64532a609130e # v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Add Lighthouse stats as comment
id: comment_to_pr
uses: marocchino/sticky-pull-request-comment@v2 # v2.2.0
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit abaeb7d

Please sign in to comment.