0
1
Fork 0

adding stderr

This commit is contained in:
Vallie Joseph 2022-11-30 20:45:33 +00:00
parent 9679ac6b68
commit 1f9aeb9f74
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -7421,7 +7421,7 @@ class GitCommandManager {
result.push(branch);
}
}
core.debug(stderr.join('\n'));
core.info(stderr.join('\n'));
return result;
});
}