1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2024-10-17 06:34:40 +02:00

removing silent option

This commit is contained in:
Vallie Joseph 2022-11-30 19:40:09 +00:00
parent 9634409d1e
commit 2c24b08d98

View file

@ -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()