mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 06:39:11 +00:00 
			
		
		
		
	cleanup unintentional edit
This commit is contained in:
		
							parent
							
								
									a93536769f
								
							
						
					
					
						commit
						e3a3ab70d6
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		
							
								
								
									
										1
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -5536,7 +5536,6 @@ exports.cleanup = cleanup;
 | 
				
			||||||
function getGitCommandManager(settings) {
 | 
					function getGitCommandManager(settings) {
 | 
				
			||||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
					    return __awaiter(this, void 0, void 0, function* () {
 | 
				
			||||||
        core.info(`Working directory is '${settings.repositoryPath}'`);
 | 
					        core.info(`Working directory is '${settings.repositoryPath}'`);
 | 
				
			||||||
        // const git = (null as unknown) as IGitCommandManager
 | 
					 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            return yield gitCommandManager.CreateCommandManager(settings.repositoryPath, settings.lfs);
 | 
					            return yield gitCommandManager.CreateCommandManager(settings.repositoryPath, settings.lfs);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -164,7 +164,7 @@ async function getGitCommandManager(
 | 
				
			||||||
  settings: ISourceSettings
 | 
					  settings: ISourceSettings
 | 
				
			||||||
): Promise<IGitCommandManager> {
 | 
					): Promise<IGitCommandManager> {
 | 
				
			||||||
  core.info(`Working directory is '${settings.repositoryPath}'`)
 | 
					  core.info(`Working directory is '${settings.repositoryPath}'`)
 | 
				
			||||||
  // const git = (null as unknown) as IGitCommandManager
 | 
					
 | 
				
			||||||
  try {
 | 
					  try {
 | 
				
			||||||
    return await gitCommandManager.CreateCommandManager(
 | 
					    return await gitCommandManager.CreateCommandManager(
 | 
				
			||||||
      settings.repositoryPath,
 | 
					      settings.repositoryPath,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue