Fix TypeScript error
This commit is contained in:
parent
d6790970e0
commit
f87c8a916e
@ -21,7 +21,7 @@ const options: InputOptions = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function parseRunInstall(name: string): RunInstall[] {
|
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({
|
const ajv = new Ajv({
|
||||||
allErrors: true,
|
allErrors: true,
|
||||||
async: false,
|
async: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user