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

This commit is contained in:
David Anson
2026-06-29 21:45:49 -07: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");