Skip to content

Commit

Permalink
fix: use same ref as passed in inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Jan 3, 2025
1 parent 96e8f99 commit 20d1c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/call-personal-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function callPersonalAgent(context: Context, inputs: PluginInputs)
owner: personalAgentOwner,
repo: "personal-agent",
workflow_id: "compute.yml",
ref: "development",
ref: inputs.ref,
inputs: {
stateId: inputs.stateId,
eventName: inputs.eventName,
Expand Down

0 comments on commit 20d1c1a

Please sign in to comment.