Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
workflows: updated data when creating ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Sep 4, 2024
1 parent 5036614 commit f0c932b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create_ticket_entry(
data = {
"ticket_type": ticket_type,
"ticket_id": ticket_id,
"workflow_id": workflow_id,
"workflow": workflow_id,
}
return self.run_with_advanced_retry(
_retry_args=self.tenacity_retry_kwargs,
Expand Down

0 comments on commit f0c932b

Please sign in to comment.