Use core.setOutput to set output

This commit is contained in:
Jonathan Clem
2020-08-05 10:52:42 -04:00
parent 24f06ac7ee
commit df1bc16e01
2 changed files with 1479 additions and 798 deletions

2273
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -40,8 +40,8 @@ async function main() {
const matchersPath = path.join(__dirname, '..', '.github')
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`)
console.log(`::set-output name=otp-version::${otpVersion}`)
console.log(`::set-output name=elixir-version::${elixirVersion}`)
core.setOutput('otp-version', otpVersion)
core.setOutput('elixir-version', elixirVersion)
}
function checkPlatform() {