trim channel value in get_closest_merge_commit
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
08db600e8e
commit
056ec72efe
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ pub fn get_closest_merge_commit(
|
|||
git.current_dir(git_dir);
|
||||
}
|
||||
|
||||
let channel = include_str!("../../ci/channel");
|
||||
let channel = include_str!("../../ci/channel").trim();
|
||||
|
||||
let merge_base = {
|
||||
if CiEnv::is_ci() &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue