MCPcopy 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
93export function isJobStatusSuccess() {
94 const jobStatus = core.getInput(INPUT_JOB_STATUS);
95
96 return jobStatus === 'success';
97}
98
99export function isGhes(): boolean {
100 const ghUrl = new URL(

Callers 1

saveCacheFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected