github: support multiple refs with build URL for summary

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-05-22 16:12:57 +02:00
parent cc1a989b3a
commit b16fac0b68
3 changed files with 26 additions and 13 deletions

View File

@@ -59,8 +59,10 @@ export interface UploadArtifactResponse {
export interface BuildSummaryOpts {
exportRes: ExportResponse;
uploadRes?: UploadArtifactResponse;
buildURL?: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
inputs?: any;
bakeDefinition?: BakeDefinition;
// builder options
driver?: string;
endpoint?: string;
}