MCPcopy
hub / github.com/actions/cache / CacheInput

Interface CacheInput

src/utils/testUtils.ts:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface CacheInput {
13 path: string;
14 key: string;
15 restoreKeys?: string[];
16 enableCrossOsArchive?: boolean;
17 failOnCacheMiss?: boolean;
18 lookupOnly?: boolean;
19}
20
21export function setInputs(input: CacheInput): void {
22 setInput(Inputs.Path, input.path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…