We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0719bbf commit 70a8ebbCopy full SHA for 70a8ebb
1 file changed
ci/github-actions/report-benchmark-result-pr.ts
@@ -74,7 +74,7 @@ async function main() {
74
try {
75
appendFileSync(stepSummaryPath, overallReport + '\n')
76
} catch (error) {
77
- console.error(`Failed to write GitHub step summary to ${stepSummaryPath}:`, error)
+ console.error(`error: Failed to write GitHub step summary to ${stepSummaryPath}:`, error)
78
}
79
80
0 commit comments