mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-01 07:43:58 +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 { setFailed } from '@actions/core' | ||||||
| import getInputs from './inputs' | import getInputs from './inputs' | ||||||
| import setOutputs from './outputs' | import setOutputs from './outputs' | ||||||
| import install from './install' | import installPnpm from './install-pnpm' | ||||||
|  |  | ||||||
| async function main() { | async function main() { | ||||||
|   const inputs = getInputs() |   const inputs = getInputs() | ||||||
|   await install(inputs) |   await installPnpm(inputs) | ||||||
|   console.log('Installation Completed!') |   console.log('Installation Completed!') | ||||||
|   setOutputs(inputs) |   setOutputs(inputs) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 khai96_
					khai96_