Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: allow alias for Run::repo_name to mach old field name
Lars Wirzenius committed 1 year ago
commit f0a995900e57c181e879d6520e47d69d5d6ee891
parent 07b3a48a5e1edbfa031d6c2b77dc3c7f9aeda870
1 file changed +1 -0
modified src/run.rs
@@ -13,6 +13,7 @@ pub struct Run {
    adapter_run_id: Option<RunId>,
    adapter_info_url: Option<String>,
    repo_id: RepoId,
+
    #[serde(alias = "repo_alias")]
    repo_name: String,
    timestamp: String,
    whence: Whence,