We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b28b3 commit 3450458Copy full SHA for 3450458
modules/setting/actions.go
@@ -24,7 +24,7 @@ var (
24
ZombieTaskTimeout time.Duration `ini:"ZOMBIE_TASK_TIMEOUT"`
25
EndlessTaskTimeout time.Duration `ini:"ENDLESS_TASK_TIMEOUT"`
26
AbandonedJobTimeout time.Duration `ini:"ABANDONED_JOB_TIMEOUT"`
27
- SkipWorkflowStrings []string `ìni:"SKIP_WORKFLOW_STRINGS"`
+ SkipWorkflowStrings []string `ini:"SKIP_WORKFLOW_STRINGS"`
28
}{
29
Enabled: true,
30
DefaultActionsURL: defaultActionsURLGitHub,
0 commit comments