mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 09:22:11 +08:00 
			
		
		
		
	Rename install to install-pnpm
This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| import { setFailed } from '@actions/core' | ||||
| import getInputs from './inputs' | ||||
| import setOutputs from './outputs' | ||||
| import install from './install' | ||||
| import installPnpm from './install-pnpm' | ||||
|  | ||||
| async function main() { | ||||
|   const inputs = getInputs() | ||||
|   await install(inputs) | ||||
|   await installPnpm(inputs) | ||||
|   console.log('Installation Completed!') | ||||
|   setOutputs(inputs) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user