style: gofmt actions.go workflow-dirs comment
Universal: Auto Version Bump / Version Bump (push) Successful in 25s

Claude-Session: https://claude.ai/code/session_01Bqe7fAuHQeiLueYfeHFrHw
This commit is contained in:
2026-07-14 21:34:20 -05:00
parent 1c99183527
commit 8a995787f1
+2 -2
View File
@@ -38,8 +38,8 @@ var (
// .mokogitea/workflows so the currently-deployed (old) binary can discover
// and run the deploy workflows during the cutover. Once the MokoGIT image is
// live, switch this and the workflow directory to .mokogit/workflows.
WorkflowDirs: []string{".mokogitea/workflows", ".gitea/workflows", ".github/workflows"},
MaxRerunAttempts: defaultMaxRerunAttempts,
WorkflowDirs: []string{".mokogitea/workflows", ".gitea/workflows", ".github/workflows"},
MaxRerunAttempts: defaultMaxRerunAttempts,
}
)