Skip to content

Commit f5f5542

Browse files
committed
#RI-6281 - Enhance Github Actions
1 parent 47f279d commit f5f5542

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/generate-build-summary.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ async function generateBuildSummary() {
6464
})
6565

6666
const data = markdownLines.join('\n')
67-
console.log({data});
67+
const summaryFilePath = GITHUB_STEP_SUMMARY
6868

69-
// const summaryFilePath = GITHUB_STEP_SUMMARY
70-
71-
// await writeFile(summaryFilePath, data, { encoding: 'utf8' })
69+
await writeFile(summaryFilePath, data, { encoding: 'utf8' })
7270

7371
console.log('Build summary generated successfully.')
7472

0 commit comments

Comments
 (0)