Fix linting

fix-345
Álvaro Mondéjar Rubio 3 years ago
parent fe28a720e4
commit c4678ef19f

@ -60,7 +60,7 @@ export function getInputAsArray(
return core
.getInput(name, options)
.split("\n")
.map(s => s.replace(/^\!\s+/, "!").trim())
.map(s => s.replace(/^!\s+/, "!").trim())
.filter(x => x !== "")
.sort();
}

Loading…
Cancel
Save