We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96680b commit 67150acCopy full SHA for 67150ac
1 file changed
src/run/uploader/upload.rs
@@ -62,6 +62,13 @@ async fn retrieve_upload_data(
62
};
63
error_message.push_str(&format!("\n\n{}", additional_message));
64
}
65
+
66
+ debug!(
67
+ "Check that owner and repository are correct (case-sensitive!): {}/{}",
68
+ upload_metadata.run_environment_metadata.owner,
69
+ upload_metadata.run_environment_metadata.repository
70
+ );
71
72
bail!(
73
"Failed to retrieve upload data: {}\n -> {} {}",
74
status,
0 commit comments