[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-17 02:12:46 +00:00 committed by GitHub
parent b819552a7c
commit 7bdaab432b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -888,9 +888,7 @@ def clean_workflow_runs(
raise click.UsageError("--start-after and --end-before must be provided together.")
start_time = datetime.datetime.now(datetime.UTC)
click.echo(
click.style(f"Starting workflow run cleanup at {start_time.isoformat()}.", fg="white")
)
click.echo(click.style(f"Starting workflow run cleanup at {start_time.isoformat()}.", fg="white"))
WorkflowRunCleanup(
days=days,