mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix log typo in task.go (#26337)
Signed-off-by: cassiozareck <cassiomilczareck@gmail.com>
This commit is contained in:
		@@ -278,7 +278,7 @@ func CreateTaskForRunner(ctx context.Context, runner *ActionRunner) (*ActionTask
 | 
			
		||||
	if gots, err := jobparser.Parse(job.WorkflowPayload); err != nil {
 | 
			
		||||
		return nil, false, fmt.Errorf("parse workflow of job %d: %w", job.ID, err)
 | 
			
		||||
	} else if len(gots) != 1 {
 | 
			
		||||
		return nil, false, fmt.Errorf("workflow of job %d: not signle workflow", job.ID)
 | 
			
		||||
		return nil, false, fmt.Errorf("workflow of job %d: not single workflow", job.ID)
 | 
			
		||||
	} else {
 | 
			
		||||
		_, workflowJob = gots[0].Job()
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user