Skip to content

Commit bdaf2f7

Browse files
ivoanjoeregon
authored andcommitted
Tweak logs for readibility
1 parent 862ece0 commit bdaf2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
const latestReleaseCommit = release.body.split('\n')[0].split('@')[1].trim()
5555
// Entry in body may not exist, but if it doesn't the should_build_3_4_asan is still correct
5656
const latestRelease34ASanCommit = ((release.body.split('\n')[1] ?? "").split('@')[1] ?? "").trim()
57-
console.log(`Latest release commit: ${latestReleaseCommit}`)
57+
console.log(` Latest release commit: ${latestReleaseCommit}`)
58+
console.log(` Latest ruby commit: ${latestDevCommit}`)
5859
console.log(`Latest 3.4-asan release commit: ${latestRelease34ASanCommit}`)
59-
console.log(`Latest ruby commit: ${latestDevCommit}`)
60-
console.log(`Latest 3.4-asan: ${latest34ASan}`)
60+
console.log(` Latest 3.4-asan: ${latest34ASan}`)
6161
core.setOutput('should_build', latestReleaseCommit !== latestDevCommit)
6262
core.setOutput('should_build_3_4_asan', latestRelease34ASanCommit !== latest34ASan)
6363
core.setOutput('previous_release', release.tag_name)

0 commit comments

Comments
 (0)