Skip to content

Commit f54f2d5

Browse files
committed
fix js error
1 parent 9ad18e1 commit f54f2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-lua/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function install_luajit(luajitVersion) {
6767
}
6868

6969
async function main() {
70-
const luaVersion = core.getInput('luaVersion', { required: true })
70+
let luaVersion = core.getInput('luaVersion', { required: true })
7171

7272
if (VERSION_ALIASES[luaVersion]) {
7373
luaVersion = VERSION_ALIASES[luaVersion]

0 commit comments

Comments
 (0)