From 3c75e88ab1dbf58c4529b3c34b7fdbaab8522d8b Mon Sep 17 00:00:00 2001 From: Cameron Hotchkies Date: Tue, 18 May 2021 16:04:28 -0700 Subject: [PATCH 1/4] Correct typo in add-input-params --- responses/07_add-input-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/07_add-input-params.md b/responses/07_add-input-params.md index 2ce9c2e..e963631 100644 --- a/responses/07_add-input-params.md +++ b/responses/07_add-input-params.md @@ -101,7 +101,7 @@ func main() { fmt.Println("Hello " + firstGreeting) fmt.Println("Hello " + secondGreeting) - // Someimes inputs are not "required" and we can build around that + // Sometimes inputs are not "required" and we can build around that if thirdGreeting != "" { fmt.Println("Hello " + thirdGreeting) } From ae2447898613f6177809f8bd5b1338d2dddf0c6f Mon Sep 17 00:00:00 2001 From: Cameron Hotchkies Date: Tue, 18 May 2021 16:08:09 -0700 Subject: [PATCH 2/4] Fix typo in update-source-code --- responses/07_update-source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/07_update-source-code.md b/responses/07_update-source-code.md index 3bf2fb2..6e42fc3 100644 --- a/responses/07_update-source-code.md +++ b/responses/07_update-source-code.md @@ -28,7 +28,7 @@ Great job 👍 next let's update our source code to consume the inputs that are fmt.Println("Hello " + firstGreeting) fmt.Println("Hello " + secondGreeting) - // Someimes inputs are not "required" and we can build around that + // Sometimes inputs are not "required" and we can build around that if thirdGreeting != "" { fmt.Println("Hello " + thirdGreeting) } From e2ec6da688e60a1e162d97bf454a8b136df91999 Mon Sep 17 00:00:00 2001 From: Cameron Hotchkies Date: Tue, 18 May 2021 18:56:07 -0700 Subject: [PATCH 3/4] Typo in edit-workflow Cat fa(c)t --- responses/11_edit-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/responses/11_edit-workflow.md b/responses/11_edit-workflow.md index b638028..f62f870 100644 --- a/responses/11_edit-workflow.md +++ b/responses/11_edit-workflow.md @@ -1,4 +1,4 @@ -## Use the cat-fat action +## Use the cat-fact action At this point we can't expect much from our workflow, if you remember all of its contents are commented out. Let's go ahead and fix that now so that we can see our action fetch us a cat fact. @@ -37,4 +37,4 @@ Let's change the tigger and add the cat fact action --- -I'll respond when you push changes to this pull request. \ No newline at end of file +I'll respond when you push changes to this pull request. From eaef444610089516a19b9cfdeaca060a539b9d49 Mon Sep 17 00:00:00 2001 From: Cameron Hotchkies Date: Tue, 18 May 2021 19:21:00 -0700 Subject: [PATCH 4/4] typo: create *an* issue --- responses/14_create-metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/responses/14_create-metadata.md b/responses/14_create-metadata.md index 641c0c3..1dc8f0c 100644 --- a/responses/14_create-metadata.md +++ b/responses/14_create-metadata.md @@ -35,7 +35,7 @@ Our action will also need to accept an input so that we can let the user specify ```yml name: "issue maker" - description: "create and issue with a cat fact as the body" + description: "create an issue with a cat fact as the body" inputs: issueTitle: @@ -62,4 +62,4 @@ Our action will also need to accept an input so that we can let the user specify --- -I'll respond when you push changes to this pull request. \ No newline at end of file +I'll respond when you push changes to this pull request.