fix: wrong input name

This commit is contained in:
Kengo TODA
2020-08-27 20:45:57 +08:00
parent 7da80b7ba5
commit d2f378829d
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -152,7 +152,7 @@ const install_1 = __webpack_require__(39);
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
const version = core.getInput('verison', {
const version = core.getInput('version', {
required: true
});
const commandPath = yield install_1.install(version);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long