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 2b96862 commit df25d9bCopy full SHA for df25d9b
.github/actions/src/playwright-cache/index.ts
@@ -55,7 +55,7 @@ async function main() {
55
56
const playwrightDir = tc.find('playwright', version);
57
58
- core.info(playwrightDir);
+ core.info(`Playwright directory is ${playwrightDir}`);
59
}
60
61
try {
0 commit comments