This commit is contained in:
Colin McDonnell
2025-09-16 03:22:12 -07:00
parent 70b365fca1
commit e672deb934
7 changed files with 484 additions and 175 deletions
+2 -3
View File
@@ -4,8 +4,8 @@ import { ClaudeAgent } from "./agents";
// Expected environment variables that should be passed as inputs
export const EXPECTED_INPUTS: string[] = [
"ANTHROPIC_API_KEY",
"GITHUB_TOKEN",
"GITHUB_INSTALLATION_TOKEN"
"GITHUB_TOKEN",
"GITHUB_INSTALLATION_TOKEN",
];
export interface ExecutionInputs {
@@ -27,7 +27,6 @@ export interface MainResult {
error?: string | undefined;
}
export async function main(params: MainParams): Promise<MainResult> {
try {
// Extract inputs from params