We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa81e commit ef5c89eCopy full SHA for ef5c89e
metaflow/plugins/events_decorator.py
@@ -623,7 +623,7 @@ def format_deploytime_value(self):
623
)
624
if "project_branch" in trigger:
625
if is_stringish(trigger["project_branch"]):
626
- result["branch"] = trigger["project_branch"]
+ result["project_branch"] = trigger["project_branch"]
627
else:
628
raise MetaflowException(
629
"The *project_branch* attribute of the *flow* is not a string"
0 commit comments