Clean up submodule stuff

This commit is contained in:
Colin McDonnell
2026-01-13 22:05:24 +00:00
committed by pullfrog[bot]
parent d8fb544f6b
commit 5604cf1868
3 changed files with 272 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { setupTestRepo } from "./utils/setup.ts";
// load action's .env file in case it exists for local dev
config();
// .env file should always be at repo root for pullfrog/pullfrog repo with action submodule
// also load .env from repo root (for monorepo structure)
config({ path: join(process.cwd(), "..", ".env") });
export async function run(prompt: string): Promise<AgentResult> {