trim channel value in get_closest_merge_commit

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2025-03-05 12:05:19 +03:00
parent 08db600e8e
commit 056ec72efe

View file

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