Skip to content

Commit

Permalink
fix: remove inputs from workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Dec 3, 2024
1 parent 2fda00a commit f493210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/call-personal-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export async function callPersonalAgent(context: Context) {
repo: "personal-agent",
workflow_id: "compute.yml",
ref: "development",
inputs: { comment: body },
});
} catch (error) {
logger.error(`Error dispatching workflow: ${error as string}`);
Expand Down

0 comments on commit f493210

Please sign in to comment.