mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 02:14:20 +08:00 
			
		
		
		
	Run prettier format
This commit is contained in:
		
							parent
							
								
									96c6589494
								
							
						
					
					
						commit
						762bf756aa
					
				| @ -219,8 +219,14 @@ class GitAuthHelper { | ||||
|         ) | ||||
| 
 | ||||
|         // Configure container includeIf
 | ||||
|         let relativeSubmoduleConfigDir = path.relative(githubWorkspace, submoduleConfigDir) | ||||
|         relativeSubmoduleConfigDir = relativeSubmoduleConfigDir.replace(/\\/g, '/') // Use forward slashes, even on Windows
 | ||||
|         let relativeSubmoduleConfigDir = path.relative( | ||||
|           githubWorkspace, | ||||
|           submoduleConfigDir | ||||
|         ) | ||||
|         relativeSubmoduleConfigDir = relativeSubmoduleConfigDir.replace( | ||||
|           /\\/g, | ||||
|           '/' | ||||
|         ) // Use forward slashes, even on Windows
 | ||||
|         const containerSubmoduleGitDir = path.posix.join( | ||||
|           '/github/workspace', | ||||
|           relativeSubmoduleConfigDir | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 eric sciple
						eric sciple