fix: wrong input name
This commit is contained in:
@@ -3,7 +3,7 @@ import {install} from './install'
|
|||||||
|
|
||||||
async function run(): Promise<void> {
|
async function run(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
const version: string = core.getInput('verison', {
|
const version: string = core.getInput('version', {
|
||||||
required: true
|
required: true
|
||||||
})
|
})
|
||||||
const commandPath = await install(version)
|
const commandPath = await install(version)
|
||||||
|
|||||||
Reference in New Issue
Block a user