fix: wrong input name
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -152,7 +152,7 @@ const install_1 = __webpack_require__(39);
|
|||||||
function run() {
|
function run() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
try {
|
try {
|
||||||
const version = core.getInput('verison', {
|
const version = core.getInput('version', {
|
||||||
required: true
|
required: true
|
||||||
});
|
});
|
||||||
const commandPath = yield install_1.install(version);
|
const commandPath = yield install_1.install(version);
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user