diff --git a/src/inputs/run-install.ts b/src/inputs/run-install.ts index 4e2c265..4f4e741 100644 --- a/src/inputs/run-install.ts +++ b/src/inputs/run-install.ts @@ -21,7 +21,7 @@ const options: InputOptions = { } export function parseRunInstall(name: string): RunInstall[] { - const result: RunInstallInput = safeLoad(getInput(name, options)) + const result: RunInstallInput = safeLoad(getInput(name, options)) as any const ajv = new Ajv({ allErrors: true, async: false,