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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user