From 2fbbc0f1b0f94015a1924e6f4014cbadd77347f4 Mon Sep 17 00:00:00 2001 From: Chad Fawcett Date: Mon, 28 Jun 2021 10:43:29 -0700 Subject: [PATCH] Fix expected string output --- responses/06.0_workflow-success.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/06.0_workflow-success.md b/responses/06.0_workflow-success.md index 0b481db..78eaa86 100644 --- a/responses/06.0_workflow-success.md +++ b/responses/06.0_workflow-success.md @@ -1,6 +1,6 @@ Success! :tada: Your workflow ran! [You can see the output here]({{ repo }}/actions). -You should see the string "Hello world, I'm Mona!" printed at the bottom to `stdout`. +You should see the string "Hello world my name is Mona" printed at the bottom to `stdout`. ![Actions successful log file](https://user-images.githubusercontent.com/16547949/62388562-9fc1a500-b52b-11e9-8d7e-4f4d32450fd5.png)