diff --git a/crates/forge-github/src/commit.rs b/crates/forge-github/src/commit.rs index c1dcbf7..433a380 100644 --- a/crates/forge-github/src/commit.rs +++ b/crates/forge-github/src/commit.rs @@ -15,7 +15,7 @@ pub async fn status(github: &github::Github, commit: &git::Commit) -> git::forge use secrecy::ExposeSecret; let token = api_token.expose_secret(); let url = network::NetUrl::new(format!( - "https://api.github.com/repos/${repo_path}/commits/{commit}/check-runs" + "https://api.github.com/repos/{repo_path}/commits/{commit}/statuses" )); let headers = network::NetRequestHeaders::new()