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

Commit

Permalink
author consolidation: renamed typ to colleciton
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Aug 5, 2024
1 parent 56fd71c commit 5b08052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def set_workflow_status_to_running(**context):
workflow_management_hook.set_workflow_status(
status_name=status_name,
workflow_id=context["params"]["workflow_id"],
typ=AUTHORS,
collection=AUTHORS,
)

@task.branch()
Expand Down

0 comments on commit 5b08052

Please sign in to comment.