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

Function logOutputs

src/io.ts:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67export function logOutputs() {
68 core.startGroup('Outputs');
69 for (const key in outputs) {
70 core.info(`${key}: ${outputs[key as keyof OutputTypes]}`);
71 }
72 core.endGroup();
73}
74
75export async function checkInputs() {
76 function setInput(input: input, value: string | undefined) {

Callers 1

main.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected