(opts ListWorkflowRunsOptions)
| 371 | } |
| 372 | |
| 373 | func workflowRunsSpinnerMessage(opts ListWorkflowRunsOptions) string { |
| 374 | if opts.TargetCount > 0 { |
| 375 | return fmt.Sprintf("Fetching workflow runs from GitHub... (%d / %d)", opts.ProcessedCount, opts.TargetCount) |
| 376 | } |
| 377 | return "Fetching workflow runs from GitHub..." |
| 378 | } |
no outgoing calls