diff --git a/dist/index.js b/dist/index.js index f7c7a06..53920a6 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/inputs/index.ts b/src/inputs/index.ts index 6f9bdac..0e53520 100644 --- a/src/inputs/index.ts +++ b/src/inputs/index.ts @@ -40,7 +40,7 @@ function parseRunInstall(name: string): RunInstall[] { const validate = ajv.compile(runInstallSchema) if (!validate(result)) { for (const errorItem of validate.errors!) { - error(`${errorItem.dataPath}: ${errorItem.message}`) + error(`with.run_install${errorItem.dataPath}: ${errorItem.message}`) } return process.exit(1) }