diff --git a/lib/crates/arc-workflows/src/cli/run.rs b/lib/crates/arc-workflows/src/cli/run.rs index e137feb0f..f75105c3d 100644 --- a/lib/crates/arc-workflows/src/cli/run.rs +++ b/lib/crates/arc-workflows/src/cli/run.rs @@ -1030,6 +1030,10 @@ pub async fn run_command( match result { Ok(Ok(Ok(()))) => { tracing::info!(run_branch, "Pushed run branch to origin"); + eprintln!( + "{} {run_branch}", + styles.bold.apply_to("Pushed branch:") + ); } Ok(Ok(Err(e))) => { tracing::warn!(error = %e, "Failed to push run branch");