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
@@ -14,7 +14,7 @@ async function run(): Promise<void> {
effort: core.getInput("effort") || "think",
agent: core.getInput("agent") || null,
sandbox: core.getInput("sandbox") === "true" ? true : undefined,
cwd: core.getInput("cwd") || undefined,
cwd: core.getInput("cwd") || null,
});
const result = await main(inputs);