We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abf1c6 commit a14b12bCopy full SHA for a14b12b
causy/common_pipeline_steps/logic.py
@@ -49,7 +49,7 @@ def execute(
49
steps.append(
50
ActionHistoryStep(
51
name=pipeline_step.name,
52
- actions=actions_taken,
+ actions=current_actions_taken,
53
all_proposed_actions=all_proposed_actions,
54
duration=time.time() - started,
55
)
0 commit comments