Skip to content

Commit

Permalink
Merge pull request #111 from inspirehep/author-update-ticket-error
Browse files Browse the repository at this point in the history
workflows: updated data when creating ticket
  • Loading branch information
DonHaul authored Sep 4, 2024
2 parents 5036614 + f0c932b commit e3619b1
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 e3619b1

Please sign in to comment.