Skip to content

Commit b73c836

Browse files
committed
fix flow name
1 parent 6ed5d5b commit b73c836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from metaflow import FlowSpec, step, card, schedule
22

3-
class HelloFlow(FlowSpec):
3+
class GitHubActionsDemo(FlowSpec):
44

55
@step
66
def start(self):
@@ -13,4 +13,4 @@ def end(self):
1313
print(self.x)
1414

1515
if __name__ == "__main__":
16-
HelloFlow()
16+
GitHubActionsDemo()

0 commit comments

Comments
 (0)