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

Function setInput

src/utils/testUtils.ts:8–10  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

6}
7
8export function setInput(name: string, value: string): void {
9 process.env[getInputName(name)] = value;
10}
11
12interface CacheInput {
13 path: string;

Callers 1

setInputsFunction · 0.85

Calls 1

getInputNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…