github: support build URL when writing summary

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-05-12 17:14:03 +02:00
parent 1e2fcf0428
commit cc1a989b3a
2 changed files with 30 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ 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;