File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments