Skip to content

Commit a14b12b

Browse files
use correct var for writing action step history
1 parent 4abf1c6 commit a14b12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causy/common_pipeline_steps/logic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def execute(
4949
steps.append(
5050
ActionHistoryStep(
5151
name=pipeline_step.name,
52-
actions=actions_taken,
52+
actions=current_actions_taken,
5353
all_proposed_actions=all_proposed_actions,
5454
duration=time.time() - started,
5555
)

0 commit comments

Comments
 (0)