Skip to content

Commit 4983bd1

Browse files
committed
Add link to public repo
1 parent aa7dd23 commit 4983bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/generate_results.py

Lines changed: 1 addition & 1 deletion
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}/tree/main/{directory}"
191+
f"https://github.com/{github_repo}_public/tree/main/{directory}"
192192
)
193193

194194

0 commit comments

Comments
 (0)