This commit is contained in:
Colin McDonnell
2026-01-14 04:37:51 +00:00
committed by pullfrog[bot]
parent 3fa309853b
commit 0fa789c3e2
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ async function run(): Promise<void> {
const inputs = Inputs.assert({
prompt: core.getInput("prompt", { required: true }),
effort: core.getInput("effort") || "think",
cwd: core.getInput("cwd") || undefined,
cwd: core.getInput("cwd") || null,
});
const result = await main(inputs);