MCPcopy Create free account
hub / github.com/EndBug/add-and-commit / setOutput

Function setOutput

src/io.ts:61–65  ·  view source on GitHub ↗
(name: T, value: OutputTypes[T])

Source from the content-addressed store, hash-verified

59}
60
61export function setOutput<T extends output>(name: T, value: OutputTypes[T]) {
62 core.debug(`Setting output: ${name}=${value}`);
63 outputs[name] = value;
64 core.setOutput(name, value);
65}
66
67export function logOutputs() {
68 core.startGroup('Outputs');

Callers 1

main.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected