diff --git a/tests/wpt/servowpt.py b/tests/wpt/servowpt.py index b74029ac3465..ffd458385be1 100644 --- a/tests/wpt/servowpt.py +++ b/tests/wpt/servowpt.py @@ -243,7 +243,7 @@ def get_github_context_information() -> GithubContextInformation: repo_url = f"https://github.com/{repository}" run_id = github_context['run_id'] - build_url = f"{repo_url}/actions/runs/{run_id})" + build_url = f"{repo_url}/actions/runs/{run_id}" commit_title = github_context["event"]["head_commit"]["message"] match = re.match(r"^Auto merge of #(\d+)", commit_title)