feat: add GitHub step evidence presets

This commit is contained in:
ejclaw
2026-05-28 17:07:30 +09:00
parent 9b9b6c111c
commit e8a9239971
9 changed files with 176 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ export interface HostEvidenceRequest {
repo?: string;
prNumber?: number;
runId?: number;
workflowPath?: string;
ref?: string;
artifactKind?: string;
sourceGroup?: string;
isMain?: boolean;
@@ -282,6 +284,8 @@ export async function runHostEvidenceRequest(
repo: request.repo,
prNumber: request.prNumber,
runId: request.runId,
workflowPath: request.workflowPath,
ref: request.ref,
});
commandText = githubResult.command;
return {