mirror of
				https://kkgithub.com/actions/checkout
				synced 2025-11-04 16:21:55 +08:00 
			
		
		
		
	removing silent option
This commit is contained in:
		@ -104,7 +104,7 @@ class GitCommandManager {
 | 
			
		||||
      args.push('--branches')
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const output = await this.execGit(args, false, true)
 | 
			
		||||
    const output = await this.execGit(args)
 | 
			
		||||
 | 
			
		||||
    for (let branch of output.stdout.trim().split('\n')) {
 | 
			
		||||
      branch = branch.trim()
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user