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