Skip to content

Commit f37c3dd

Browse files
authored
fix(run-lighthouse-tests): missing quotes (#18)
1 parent 2ea6b87 commit f37c3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/run-lighthouse-tests/dist/index.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

actions/run-lighthouse-tests/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function run() {
6565
const outputPath = path.resolve(OUTPUT_DIR, urlAlias);
6666

6767
await core.group(
68-
`Declare reports path for "${urlAlias}`,
68+
`Declare reports path for "${urlAlias}"`,
6969
// eslint-disable-next-line @typescript-eslint/require-await
7070
async () => {
7171
setOutput(`${urlAlias}-reports-path`, outputPath);

0 commit comments

Comments
 (0)