Compare commits
1 commit
renovate/d
...
main
Author | SHA1 | Date | |
---|---|---|---|
8a877ddf63 |
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ impl git::ForgeLike for ForgeJo {
|
|||
return Ok(Status::Pending);
|
||||
};
|
||||
let combined_status = response.json::<CombinedStatus>().await.unwrap_or_default();
|
||||
eprintln!("combined_status: {:?}", combined_status);
|
||||
let status = match combined_status.state {
|
||||
ForgejoState::Success => Status::Pass,
|
||||
ForgejoState::Pending | ForgejoState::Blank => Status::Pending,
|
||||
|
|
Loading…
Reference in a new issue