mirror of
https://github.com/go-gitea/gitea
synced 2025-09-17 14:18:15 +00:00
Fix various typos in codebase (#35480)
This commit is contained in:
@@ -157,7 +157,7 @@ func (s *Service) FetchTask(
|
||||
|
||||
if tasksVersion != latestVersion {
|
||||
// if the task version in request is not equal to the version in db,
|
||||
// it means there may still be some tasks not be assgined.
|
||||
// it means there may still be some tasks that haven't been assigned.
|
||||
// try to pick a task for the runner that send the request.
|
||||
if t, ok, err := actions_service.PickTask(ctx, runner); err != nil {
|
||||
log.Error("pick task failed: %v", err)
|
||||
|
Reference in New Issue
Block a user