We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc5262 commit dc0f72cCopy full SHA for dc0f72c
model.py
@@ -5,7 +5,7 @@ class GitHubActionsDemo(FlowSpec):
5
6
@step
7
def start(self):
8
- self.x = 'cucumber2'
+ self.x = 'cucumber4'
9
print('x is', self.x)
10
print('branch is', current.branch_name)
11
print("Hello GitHub Actions!")
0 commit comments