Skip to content

Commit 67150ac

Browse files
committed
chore: add log to detect invalid origin url
1 parent b96680b commit 67150ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/run/uploader/upload.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ async fn retrieve_upload_data(
6262
};
6363
error_message.push_str(&format!("\n\n{}", additional_message));
6464
}
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+
6572
bail!(
6673
"Failed to retrieve upload data: {}\n -> {} {}",
6774
status,

0 commit comments

Comments
 (0)