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 a822167 commit a638335Copy full SHA for a638335
.github/actions/src/playwright-cache/index.ts
@@ -2,7 +2,6 @@ import * as cache from '@actions/cache';
2
import * as core from '@actions/core';
3
import { exec, getExecOutput } from '@actions/exec';
4
import * as io from '@actions/io';
5
-import * as tc from '@actions/tool-cache';
6
7
interface YarnWhyEntry {
8
value: string;
0 commit comments