mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 11:06:09 +00:00
Use core.setOutput to set output
This commit is contained in:
Vendored
+1477
-796
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -40,8 +40,8 @@ async function main() {
|
|||||||
|
|
||||||
const matchersPath = path.join(__dirname, '..', '.github')
|
const matchersPath = path.join(__dirname, '..', '.github')
|
||||||
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`)
|
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`)
|
||||||
console.log(`::set-output name=otp-version::${otpVersion}`)
|
core.setOutput('otp-version', otpVersion)
|
||||||
console.log(`::set-output name=elixir-version::${elixirVersion}`)
|
core.setOutput('elixir-version', elixirVersion)
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkPlatform() {
|
function checkPlatform() {
|
||||||
|
|||||||
Reference in New Issue
Block a user