We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117f635 commit 43be5e4Copy full SHA for 43be5e4
src/bin/server/worker.rs
@@ -140,7 +140,7 @@ impl Worker {
140
141
debug!("build {}: current outcome: {:?}", build_id, outcome);
142
debug!("build {}: PR number: {:?}", build_id, build.pr_number());
143
- debug!("build {}: branch name: {:?}", build_id, build.pr_number());
+ debug!("build {}: branch name: {:?}", build_id, build.branch_name());
144
145
if !outcome.is_finished() {
146
info!("build {}: ignoring in-progress build", build_id);
0 commit comments