Skip to content

Commit

Permalink
better model
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos committed Aug 20, 2024
1 parent e60c1ab commit ee7e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class GitHubActionsDemo(FlowSpec):

@step
def start(self):
print("Hello GitHub Actions!")
print("Hello GiHub Actions!!!")
self.next(self.end)

@step
Expand Down

0 comments on commit ee7e4fd

Please sign in to comment.