mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 21:39:07 +08:00 
			
		
		
		
	Rename install to install-pnpm
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -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