mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 22:08:09 +08:00 
			
		
		
		
	adding stderr
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -7388,6 +7388,7 @@ class GitCommandManager { | ||||
|     branchList(remote) { | ||||
|         return __awaiter(this, void 0, void 0, function* () { | ||||
|             const result = []; | ||||
|             const stderr = []; | ||||
|             // Note, this implementation uses "rev-parse --symbolic-full-name" because the output from
 | ||||
|             // "branch --list" is more difficult when in a detached HEAD state.
 | ||||
|             // Note, this implementation uses "rev-parse --symbolic-full-name" because there is a bug
 | ||||
| @@ -7401,7 +7402,7 @@ class GitCommandManager { | ||||
|             } | ||||
|             const listeners = { | ||||
|                 stderr: (data) => { | ||||
|                     core.debug(data.toString()); | ||||
|                     stderr.push(data.toString()); | ||||
|                 } | ||||
|             }; | ||||
|             const output = yield this.execGit(args, false, false, listeners); | ||||
| @@ -7417,6 +7418,7 @@ class GitCommandManager { | ||||
|                     result.push(branch); | ||||
|                 } | ||||
|             } | ||||
|             core.debug(stderr.join('\n')); | ||||
|             return result; | ||||
|         }); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user