fix reload action (#3811)

This commit is contained in:
Shuchang Zheng
2025-10-24 14:06:13 -07:00
committed by GitHub
parent de986d54a0
commit b1baacf138

View File

@@ -1096,6 +1096,8 @@ class ForgeAgent:
status=ActionStatus.completed,
organization_id=task.organization_id,
workflow_run_id=task.workflow_run_id,
task_id=task.task_id,
step_id=step.step_id,
step_order=step.order,
action_order=action_idx,
)