Skip to content

Commit 005123d

Browse files
committed
better model
1 parent 61ecb51 commit 005123d

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 GitHubActionsDemo3(FlowSpec):
55

66
@step
77
def start(self):
8-
print("Hello GitHub Actions!")
8+
print("Hello GitHub Actions! Hello")
99
self.next(self.end)
1010

1111
@step

0 commit comments

Comments
 (0)