mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 07:08:56 +08:00
Adding caching details to Job Summary
This commit is contained in:
@@ -34,6 +34,7 @@ function loadBuildResults(): BuildResult[] {
|
||||
}
|
||||
|
||||
function writeSummaryTable(results: BuildResult[]): void {
|
||||
core.summary.addHeading('Gradle Builds', 3)
|
||||
core.summary.addRaw(`| Root Project | Tasks | Gradle Version | Outcome |\n| - | - | - | - |\n`)
|
||||
for (const result of results) {
|
||||
const tableRow = `| ${result.rootProject} \
|
||||
|
Reference in New Issue
Block a user