Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/actions/setup-java
/ isJobStatusSuccess
Function
isJobStatusSuccess
src/util.ts:93–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
export
function
isJobStatusSuccess() {
94
const
jobStatus = core.getInput(INPUT_JOB_STATUS);
95
96
return
jobStatus ===
'success'
;
97
}
98
99
export
function
isGhes(): boolean {
100
const
ghUrl =
new
URL(
Callers
1
saveCache
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected