mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 23:53:35 +00:00 
			
		
		
		
	check failures fix
This commit is contained in:
		
							parent
							
								
									d61f341634
								
							
						
					
					
						commit
						a187090240
					
				
							
								
								
									
										2
									
								
								dist/cache-save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/cache-save/index.js
									
									
									
									
										vendored
									
									
								
							| @ -52855,7 +52855,7 @@ function expand(str, isTop) { | ||||
|   var isOptions = m.body.indexOf(',') >= 0; | ||||
|   if (!isSequence && !isOptions) { | ||||
|     // {a},b}
 | ||||
|     if (m.post.match(/,(?!,).*\}/)) { | ||||
|     if (m.post.match(/,.*\}/)) { | ||||
|       str = m.pre + '{' + m.body + escClose + m.post; | ||||
|       return expand(str); | ||||
|     } | ||||
|  | ||||
							
								
								
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -58171,7 +58171,7 @@ function expand(str, isTop) { | ||||
|   var isOptions = m.body.indexOf(',') >= 0; | ||||
|   if (!isSequence && !isOptions) { | ||||
|     // {a},b}
 | ||||
|     if (m.post.match(/,(?!,).*\}/)) { | ||||
|     if (m.post.match(/,.*\}/)) { | ||||
|       str = m.pre + '{' + m.body + escClose + m.post; | ||||
|       return expand(str); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user