mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-01 01:42:13 +08:00 
			
		
		
		
	Correct validation error message
This commit is contained in:
		| @@ -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) | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user