Skip to content

Commit dc0f72c

Browse files
committed
better model
1 parent 4fc5262 commit dc0f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.py

+1-1
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 = 'cucumber2'
8+
self.x = 'cucumber4'
99
print('x is', self.x)
1010
print('branch is', current.branch_name)
1111
print("Hello GitHub Actions!")

0 commit comments

Comments
 (0)