Skip to content

Commit

Permalink
better model
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos committed Dec 10, 2024
1 parent 005123d commit 4fc5262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down

0 comments on commit 4fc5262

Please sign in to comment.