Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
pull/1380/head
CrazyMax 4 months ago
parent 1eae8ae12f
commit f584085d87
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

@ -214,13 +214,16 @@ actionsToolkit.run(
});
}
await GitHub.writeBuildSummary({
const summaryOpts = {
exportRes: exportRes,
uploadRes: uploadRes,
inputs: stateHelper.summaryInputs,
driver: stateHelper.builderDriver,
endpoint: stateHelper.builderEndpoint
});
};
core.debug(`summaryOpts: ${JSON.stringify(summaryOpts, null, 2)}`);
await GitHub.writeBuildSummary(summaryOpts);
} catch (e) {
core.warning(e.message);
}

Loading…
Cancel
Save