Browse Source

modules/setting/actions.go: fixed typo: ì->i (#35253) (#35254)

Backport #35253 by @TimB87

Hello,

I spotted this minor typo.

Co-authored-by: Tim Biermann <tbier@posteo.de>
pull/35261/head
Giteabot 4 months ago committed by GitHub
parent
commit
79018ae726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/setting/actions.go

2
modules/setting/actions.go

@ -24,7 +24,7 @@ var ( @@ -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,

Loading…
Cancel
Save