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 2e13ce2 commit 4f04d86Copy full SHA for 4f04d86
.github/actions/src/playwright-cache/index.ts
@@ -55,7 +55,7 @@ async function main() {
55
56
const playwrightDir = tc.find('playwright', version);
57
58
- console.log(playwrightDir);
+ core.info(playwrightDir);
59
}
60
61
await main();
0 commit comments