MCPcopy Index your code
hub / github.com/openclaw/clawsweeper / githubRunUrl

Function githubRunUrl

src/commit-sweeper.ts:741–746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

739}
740
741function githubRunUrl(): string {
742 const server = process.env.GITHUB_SERVER_URL || "https://github.com";
743 const repository = process.env.GITHUB_REPOSITORY || "";
744 const runId = process.env.GITHUB_RUN_ID || "";
745 return repository && runId ? `${server}/${repository}/actions/runs/${runId}` : "";
746}
747
748function dispatchPayload(dispatch: CommitFindingDispatch, reportRepo: string): string {
749 return `${JSON.stringify({

Callers 1

dispatchPayloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected