Skip to content

Commit 2d31e59

Browse files
committed
use renamed function
1 parent 4a84d2d commit 2d31e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
# Run as a separate file so we do not have to inline all of our formatting logic.
105105
# See https://github.com/actions/github-script#run-a-separate-file for more info.
106106
script: |
107-
const { formatResults } = await import('${{github.workspace}}/scripts/lighthouse/index.mjs')
108-
await formatResults({core})
107+
const { formatLighthouseResults } = await import('${{github.workspace}}/scripts/lighthouse/index.mjs')
108+
await formatLighthouseResults({core})
109109
110110
- name: Add Comment to PR
111111
# Replace the previous message with our formatted lighthouse results

0 commit comments

Comments
 (0)