Address new lint error from previous commit, freshen generated index.js file.

This commit is contained in:
David Anson
2026-06-30 04:44:38 +00:00
parent fcff1161ee
commit 2d0ebec8ea
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -81292,6 +81292,7 @@ const configPointer = getInput("configPointer");
if (configPointer) {
argv.push("--configPointer", configPointer);
}
// eslint-disable-next-line unicorn/consistent-boolean-name
const fix = Boolean(getBooleanInput("fix"));
if (fix) {
argv.push("--fix");
+1
View File
@@ -58,6 +58,7 @@ const configPointer = core.getInput("configPointer");
if (configPointer) {
argv.push("--configPointer", configPointer);
}
// eslint-disable-next-line unicorn/consistent-boolean-name
const fix = Boolean(core.getBooleanInput("fix"));
if (fix) {
argv.push("--fix");