diff --git a/model.py b/model.py index 26eccff..abfc2b9 100644 --- a/model.py +++ b/model.py @@ -5,7 +5,7 @@ class GitHubActionsDemo(FlowSpec): @step def start(self): - self.x = 'cucumber' + self.x = 'cucumber2' print('x is', self.x) print('branch is', current.branch_name) print("Hello GitHub Actions!")