Skip to content

Commit 147e9a6

Browse files
committed
fix: with to optional
1 parent 4552058 commit 147e9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export declare function action<T extends InstalledAction>(
6969
export type InstalledActionParams<T extends InstalledAction> = Omit<
7070
UsesStep,
7171
"kind" | "action" | "with"
72-
> & { with: InstalledActionInputs<T> };
72+
> & { with?: InstalledActionInputs<T> };
7373
`,
7474
];
7575

0 commit comments

Comments
 (0)