We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea6b87 commit f37c3ddCopy full SHA for f37c3dd
actions/run-lighthouse-tests/dist/index.cjs
actions/run-lighthouse-tests/main.ts
@@ -65,7 +65,7 @@ export async function run() {
65
const outputPath = path.resolve(OUTPUT_DIR, urlAlias);
66
67
await core.group(
68
- `Declare reports path for "${urlAlias}`,
+ `Declare reports path for "${urlAlias}"`,
69
// eslint-disable-next-line @typescript-eslint/require-await
70
async () => {
71
setOutput(`${urlAlias}-reports-path`, outputPath);
0 commit comments