mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 05:19:08 +08:00 
			
		
		
		
	fix: correct typo in error message (#125)
This commit is contained in:
		@@ -72,7 +72,7 @@ Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_
 | 
			
		||||
 | 
			
		||||
  if (!GITHUB_WORKSPACE) {
 | 
			
		||||
    throw new Error(`No workspace is found.
 | 
			
		||||
If you're intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file,
 | 
			
		||||
If you've intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file,
 | 
			
		||||
please run the actions/checkout before pnpm/action-setup.
 | 
			
		||||
Otherwise, please specify the pnpm version in the action configuration.`)
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user