Skip to content

Commit df25d9b

Browse files
committed
Maybe this will work
1 parent 2b96862 commit df25d9b

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/src/playwright-cache

1 file changed

+1
-1
lines changed

.github/actions/src/playwright-cache/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function main() {
5555

5656
const playwrightDir = tc.find('playwright', version);
5757

58-
core.info(playwrightDir);
58+
core.info(`Playwright directory is ${playwrightDir}`);
5959
}
6060

6161
try {

0 commit comments

Comments
 (0)