mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 13:29:08 +08:00 
			
		
		
		
	Set HOME in run.sh
This commit is contained in:
		
							
								
								
									
										6
									
								
								run.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								run.sh
									
									
									
									
									
								
							@@ -1,6 +1,8 @@
 | 
				
			|||||||
#! /bin/sh
 | 
					#! /bin/sh
 | 
				
			||||||
 | 
					# shellcheck disable=SC2155,SC2088
 | 
				
			||||||
 | 
					export HOME="$(pwd)"
 | 
				
			||||||
export INPUT_VERSION=4.11.1
 | 
					export INPUT_VERSION=4.11.1
 | 
				
			||||||
export INPUT_DEST=pnpm.temp
 | 
					export INPUT_DEST='~/pnpm.temp'
 | 
				
			||||||
export INPUT_BIN_DEST=pnpm.temp/.bin
 | 
					export INPUT_BIN_DEST='~/pnpm.temp/.bin'
 | 
				
			||||||
export INPUT_REGISTRY=https://registry.npmjs.com
 | 
					export INPUT_REGISTRY=https://registry.npmjs.com
 | 
				
			||||||
exec node dist/index.js
 | 
					exec node dist/index.js
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user