File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
54
54
const latestReleaseCommit = release.body.split('\n')[0].split('@')[1].trim()
55
55
// Entry in body may not exist, but if it doesn't the should_build_3_4_asan is still correct
56
56
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}`)
58
59
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}`)
61
61
core.setOutput('should_build', latestReleaseCommit !== latestDevCommit)
62
62
core.setOutput('should_build_3_4_asan', latestRelease34ASanCommit !== latest34ASan)
63
63
core.setOutput('previous_release', release.tag_name)
You can’t perform that action at this time.
0 commit comments