chore: api-reports + revert optional key change
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -39,7 +39,7 @@ export type ActionContext<
|
||||
workspacePath: string;
|
||||
input: TActionInput;
|
||||
checkpoint<U extends JsonValue | void>(opts: {
|
||||
key?: string;
|
||||
key: string;
|
||||
fn: () => Promise<U> | U;
|
||||
}): Promise<U>;
|
||||
output(
|
||||
|
||||
Reference in New Issue
Block a user