Fix cwd
This commit is contained in:
committed by
pullfrog[bot]
parent
3fa309853b
commit
0fa789c3e2
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user