mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-21 22:35:02 +01:00
remove weird symbol from comment
This commit is contained in:
@@ -264,7 +264,7 @@ func (r *Reporter) Close(lastWords string) error {
|
||||
log.Error("No Response from RunDaemon for 60s, continue best effort")
|
||||
}
|
||||
|
||||
// Report the job outcome even when all log‑retry attempts have been exhausted
|
||||
// Report the job outcome even when all log upload retry attempts have been exhausted
|
||||
return errors.Join(
|
||||
retry.Do(func() error {
|
||||
return r.ReportLog(true)
|
||||
|
||||
Reference in New Issue
Block a user