mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 20:34:44 +00:00
Fix TypeScript error
This commit is contained in:
parent
d6790970e0
commit
f87c8a916e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue