mirror of https://github.com/louislam/uptime-kuma
				
				
				
			Fix pr-test
							parent
							
								
									d23085cddc
								
							
						
					
					
						commit
						1c4e97439c
					
				| 
						 | 
				
			
			@ -27,7 +27,7 @@ result = childProcess.spawnSync("git", [ "fetch", name, branch ]);
 | 
			
		|||
console.log(result.stdout.toString());
 | 
			
		||||
console.error(result.stderr.toString());
 | 
			
		||||
 | 
			
		||||
result = childProcess.spawnSync("git", [ "checkout", branch, "--force" ]);
 | 
			
		||||
result = childProcess.spawnSync("git", [ "checkout", `${name}/${branch}`, "--force" ]);
 | 
			
		||||
 | 
			
		||||
console.log(result.stdout.toString());
 | 
			
		||||
console.error(result.stderr.toString());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue