mirror of
https://github.com/actions/checkout.git
synced 2026-04-19 03:46:12 +03:00
adding stderr
This commit is contained in:
Vendored
+1
-1
@@ -7421,7 +7421,7 @@ class GitCommandManager {
|
||||
result.push(branch);
|
||||
}
|
||||
}
|
||||
core.debug(stderr.join('\n'));
|
||||
core.info(stderr.join('\n'));
|
||||
return result;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user