We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4552058 commit 147e9a6Copy full SHA for 147e9a6
lib/cli/install.ts
@@ -69,7 +69,7 @@ export declare function action<T extends InstalledAction>(
69
export type InstalledActionParams<T extends InstalledAction> = Omit<
70
UsesStep,
71
"kind" | "action" | "with"
72
-> & { with: InstalledActionInputs<T> };
+> & { with?: InstalledActionInputs<T> };
73
`,
74
];
75
0 commit comments