Skip to content

Commit d580822

Browse files
committed
Fix public URL
1 parent a134fbb commit d580822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bench_runner/scripts/generate_results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def save_generated_results(results: Iterable[Result], force: bool = False) -> No
188188
for directory in directories_affected:
189189
print(
190190
"::notice ::New results at "
191-
f"https://github.com/{github_repo}_public/tree/main/{directory}"
191+
f"https://github.com/{github_repo}-public/tree/main/{directory}"
192192
)
193193

194194

0 commit comments

Comments
 (0)