Fix typo due to copy/paste from runnable environment.

This commit is contained in:
David Anson
2021-01-13 14:55:03 -08:00
parent a7cc7f4b06
commit dc22015534
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const { "main": markdownlintCli2 } = __nccwpck_require__(9202);
const logMessage = core.info;
const logError = core.error;
const argv = core.getInput("globs").split("\n").filter(String));
const argv = core.getInput("globs").split("\n").filter(String);
markdownlintCli2({
argv,
+1 -1
View File
@@ -7,7 +7,7 @@ const { "main": markdownlintCli2 } = require("markdownlint-cli2");
const logMessage = core.info;
const logError = core.error;
const argv = core.getInput("globs").split("\n").filter(String));
const argv = core.getInput("globs").split("\n").filter(String);
markdownlintCli2({
argv,