File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ jobs:
46
46
with :
47
47
script : |
48
48
const latestDevCommit = "${{ steps.latest_commit.outputs.commit }}"
49
- const latest34Asan = "${{ steps.latest_commit_3_4_asan.outputs.commit }}"
49
+ const latest34ASan = "${{ steps.latest_commit_3_4_asan.outputs.commit }}"
50
50
const { owner, repo } = context.repo
51
51
let { data: release } = await github.rest.repos.getLatestRelease({ owner, repo })
52
52
const firstLine = release.body.split('\n')[0]
53
53
const latestReleaseCommit = firstLine.split('@')[1]
54
54
console.log(`Latest release commit: ${latestReleaseCommit}`)
55
55
console.log(`Latest ruby commit: ${latestDevCommit}`)
56
- console.log(`Latest 3.4-asan: ${latest34Asan }`)
56
+ console.log(`Latest 3.4-asan: ${latest34ASan }`)
57
57
core.setOutput('should_build', latestReleaseCommit !== latestDevCommit)
58
58
core.setOutput('previous_release', release.tag_name)
59
59
- name : Compute build and reuse matrix
You can’t perform that action at this time.
0 commit comments