fix CI (#111)
This commit is contained in:
committed by
pullfrog[bot]
parent
97001d7d88
commit
4e19178c81
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user