mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 13:29:08 +08:00 
			
		
		
		
	Spelling
This commit is contained in:
		@@ -9,7 +9,7 @@ export async function install(inputs: Inputs) {
 | 
				
			|||||||
  const status = await runSelfInstaller(inputs)
 | 
					  const status = await runSelfInstaller(inputs)
 | 
				
			||||||
  endGroup()
 | 
					  endGroup()
 | 
				
			||||||
  if (status) {
 | 
					  if (status) {
 | 
				
			||||||
    return setFailed(`Something does wrong, self-installer exits with code ${status}`)
 | 
					    return setFailed(`Something went wrong, self-installer exits with code ${status}`)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user