This commit is contained in:
David Blass
2026-01-20 17:25:06 +00:00
committed by pullfrog[bot]
parent 97001d7d88
commit 4e19178c81
6 changed files with 13 additions and 4 deletions
+2
View File
@@ -30,6 +30,8 @@ export async function run(inputsOrPrompt: Inputs | string): Promise<AgentResult>
try {
setupTestRepo({ tempDir });
process.chdir(tempDir);
// set GITHUB_WORKSPACE to tempDir so main() doesn't try to chdir to the CI checkout path
process.env.GITHUB_WORKSPACE = tempDir;
// allow passing full Inputs object or just a prompt string
const inputs: Inputs =