We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8f908 commit 93e7f9eCopy full SHA for 93e7f9e
godoctopus.py
@@ -473,7 +473,7 @@ def run(self) -> None:
473
relative_path += "/"
474
item["relative_path"] = relative_path
475
476
- build_url = self.base_url + str(branch_dir.relative_to(dest_dir))
+ build_url = self.base_url + str(branch_dir.relative_to(dest_dir)) + "/"
477
status.build_url = build_url
478
status.head_sha = branch.build.workflow_run["head_sha"]
479
statuses.append(status)
0 commit comments