Skip to content

Commit 4fc5262

Browse files
committed
better model
1 parent 005123d commit 4fc5262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class GitHubActionsDemo(FlowSpec):
55

66
@step
77
def start(self):
8-
self.x = 'cucumber'
8+
self.x = 'cucumber2'
99
print('x is', self.x)
1010
print('branch is', current.branch_name)
1111
print("Hello GitHub Actions!")

0 commit comments

Comments
 (0)