File tree Expand file tree Collapse file tree
src/libkernelbot/launchers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ async def run_submission(
101101 await run .wait_for_completion (
102102 lambda x : self .wait_callback (x , status ), timeout_minutes = timeout
103103 )
104- await status .update (f"Workflow [{ run .run_id } ]({ run .html_url } ) completed" )
104+ await status .update (f"Workflow [{ run .run_id } ](< { run .html_url } > ) completed" )
105105 logger .info (f"Workflow [{ run .run_id } ]({ run .html_url } ) completed" )
106106 await status .push ("Downloading artifacts..." )
107107 logger .info ("Downloading artifacts..." )
@@ -142,7 +142,7 @@ async def run_submission(
142142
143143 async def wait_callback (self , run : "GitHubRun" , status : RunProgressReporter ):
144144 await status .update (
145- f"⏳ Workflow [{ run .run_id } ]({ run .html_url } ): { run .status } "
145+ f"⏳ Workflow [{ run .run_id } ](< { run .html_url } > ): { run .status } "
146146 f"({ run .elapsed_time .total_seconds ():.1f} s)"
147147 )
148148
You can’t perform that action at this time.
0 commit comments