We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ecb51 commit 005123dCopy full SHA for 005123d
hello.py
@@ -5,7 +5,7 @@ class GitHubActionsDemo3(FlowSpec):
5
6
@step
7
def start(self):
8
- print("Hello GitHub Actions!")
+ print("Hello GitHub Actions! Hello")
9
self.next(self.end)
10
11
0 commit comments