mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 02:06:43 +00:00
fix(ci): declare injectable now param on runPrCiSweeper
This commit is contained in:
@@ -16,4 +16,5 @@ export function runPrCiSweeper(params: {
|
||||
core: Pick<Console, "info"> & { setFailed: (message: string) => void };
|
||||
dryRun?: boolean;
|
||||
appSlug?: string;
|
||||
now?: number;
|
||||
}): Promise<Array<{ number: number; sha: string; action: "refire" | "skip"; reason: string }>>;
|
||||
|
||||
Reference in New Issue
Block a user