Clean up submodule stuff
This commit is contained in:
committed by
pullfrog[bot]
parent
d8fb544f6b
commit
5604cf1868
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user