Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actions/starter-workflows
/ ExecResult
Class
ExecResult
script/sync-ghes/exec.ts:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ spawn } from
"child_process"
;
2
3
export
class
ExecResult {
4
stdout =
""
;
5
exitCode = 0;
6
}
7
8
/**
9
* Executes a process
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected