From 555bb3d985bd8bdfa2ed9f014f8af52829d5808f Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:30:57 +0530 Subject: [PATCH] CI: remove harcoded repo name and use incoming --- scripts/ci/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/workflow.py b/scripts/ci/workflow.py index 866d12d4..31a66594 100644 --- a/scripts/ci/workflow.py +++ b/scripts/ci/workflow.py @@ -389,7 +389,7 @@ def upload_release(release_name, release_tag, commit_sha, repo, upstream_tag_rec tag = upstream_tag_recommended.strip() upstream_block = ( f"If you want to try out new features early but want a lower chance of bugs, " - f"you can look at [SideStore {tag}]" + f"you can look at [{repo} {tag}]" f"(https://github.com/{repo}/releases?q={tag}).\n\n" )