fix: wrong input name

This commit is contained in:
Kengo TODA
2020-08-27 20:44:26 +08:00
parent 367ba4923b
commit 7da80b7ba5

View File

@@ -3,7 +3,7 @@ import {install} from './install'
async function run(): Promise<void> {
try {
const version: string = core.getInput('verison', {
const version: string = core.getInput('version', {
required: true
})
const commandPath = await install(version)