MCPcopy
hub / github.com/formatjs/formatjs / setPathOutput

Function setPathOutput

tools/release-please/run.ts:39–41  ·  view source on GitHub ↗
(path: string, key: string, value)

Source from the content-addressed store, hash-verified

37}
38
39function setPathOutput(path: string, key: string, value) {
40 setOutput(path === '.' ? key : `${path}--${key}`, value)
41}
42
43function outputReleases(releases) {
44 const created = releases.filter(release => release)

Callers 1

outputReleasesFunction · 0.85

Calls 1

setOutputFunction · 0.85

Tested by

no test coverage detected