Skip to content

Commit

Permalink
fix missing deprecated kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jan 15, 2025
1 parent b0367b0 commit 716f5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracecat/registry/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def register_template_action(
description=defn.description,
doc_url=defn.doc_url,
author=defn.author,
deprecated=defn.deprecated,
secrets=defn.secrets,
args_cls=create_expectation_model(
expectation, defn.action.replace(".", "__")
Expand Down

0 comments on commit 716f5b4

Please sign in to comment.