Skip to content

Commit a9e4a1f

Browse files
committed
improve code
1 parent e60c1ab commit a9e4a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello.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-
print("Hello GitHub Actions!")
8+
print("Hello GitHubb Actions!")
99
self.next(self.end)
1010

1111
@step

0 commit comments

Comments
 (0)