mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Backport #35253 by @TimB87 Hello, I spotted this minor typo. Co-authored-by: Tim Biermann <tbier@posteo.de>
This commit is contained in:
		| @@ -24,7 +24,7 @@ var ( | ||||
| 		ZombieTaskTimeout     time.Duration     `ini:"ZOMBIE_TASK_TIMEOUT"` | ||||
| 		EndlessTaskTimeout    time.Duration     `ini:"ENDLESS_TASK_TIMEOUT"` | ||||
| 		AbandonedJobTimeout   time.Duration     `ini:"ABANDONED_JOB_TIMEOUT"` | ||||
| 		SkipWorkflowStrings   []string          `ìni:"SKIP_WORKFLOW_STRINGS"` | ||||
| 		SkipWorkflowStrings   []string          `ini:"SKIP_WORKFLOW_STRINGS"` | ||||
| 	}{ | ||||
| 		Enabled:             true, | ||||
| 		DefaultActionsURL:   defaultActionsURLGitHub, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user