Skip to content

Commit e2b3078

Browse files
committed
Fix URL for builds.
Accidentally used JSON URL instead of HTML URL.
1 parent caf93c9 commit e2b3078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfbot_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def update_branch(cursor, build_id, build_status, commit_id, build_branch):
338338
def ingest_build(conn, build_id, commit_id, branch_name, build_status, source):
339339
repo, run_id, run_attempt = split_build_id(build_id)
340340
html_url = (
341-
"https://api.github.com/repos/"
341+
"https://github.com/"
342342
+ repo
343343
+ "/actions/runs/"
344344
+ run_id

0 commit comments

Comments
 (0)