From 4fc5262a248e5a20fa30a78321d121cbae7d34aa Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Dec 2024 19:33:48 +0000 Subject: [PATCH] better model --- model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")