From 296dc32e42767536ef17d5009b3bf1199b2c2ba4 Mon Sep 17 00:00:00 2001 From: JaredEgolf <14851627+JaredEgolf@users.noreply.github.com> Date: Sat, 5 Sep 2020 09:56:55 -0700 Subject: [PATCH 1/3] Duplicate Step 3. Incremented. --- responses/03.0_actionyml-success.md | 2 +- responses/04.0_workflow-block-success.md | 2 +- responses/05.0_trigger.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/responses/03.0_actionyml-success.md b/responses/03.0_actionyml-success.md index 4c73d5e..273e366 100644 --- a/responses/03.0_actionyml-success.md +++ b/responses/03.0_actionyml-success.md @@ -8,7 +8,7 @@ Workflows can execute based on your chosen event. For this lab, we'll be using t We'll break down each line of the workflow in the next step. -## Step 3: Start your workflow file +## Step 4: Start your workflow file First, we'll add the structure of the workflow. diff --git a/responses/04.0_workflow-block-success.md b/responses/04.0_workflow-block-success.md index b2d4fc0..a324417 100644 --- a/responses/04.0_workflow-block-success.md +++ b/responses/04.0_workflow-block-success.md @@ -13,7 +13,7 @@ Workflows piece together jobs, and jobs piece together steps. We'll now create a We'll add the block now, and break it down in the next step. -## Step 4: Run an action from your workflow file +## Step 5: Run an action from your workflow file Let's add the expected action to the workflow. diff --git a/responses/05.0_trigger.md b/responses/05.0_trigger.md index 803d0a3..b33b590 100644 --- a/responses/05.0_trigger.md +++ b/responses/05.0_trigger.md @@ -20,7 +20,7 @@ The status of your action is shown here in the pull request (look for **All chec ![View an action's log](https://user-images.githubusercontent.com/16547949/62388049-4e64e600-b52a-11e9-8bf5-db0c5452360f.png) -## Step 5: Trigger the workflow +## Step 7: Trigger the workflow ### :keyboard: Activity: See your action trigger the workflow From e9d13b5cb834659b83b1b7c38db5d6ed9c4c6e5b Mon Sep 17 00:00:00 2001 From: Jared Egolf <14851627+JaredEgolf@users.noreply.github.com> Date: Sat, 5 Sep 2020 10:06:54 -0700 Subject: [PATCH 2/3] Decremented Step by one Whoops got a bit ahead of myself on this one! --- responses/05.0_trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/05.0_trigger.md b/responses/05.0_trigger.md index b33b590..98cf2e1 100644 --- a/responses/05.0_trigger.md +++ b/responses/05.0_trigger.md @@ -20,7 +20,7 @@ The status of your action is shown here in the pull request (look for **All chec ![View an action's log](https://user-images.githubusercontent.com/16547949/62388049-4e64e600-b52a-11e9-8bf5-db0c5452360f.png) -## Step 7: Trigger the workflow +## Step 6: Trigger the workflow ### :keyboard: Activity: See your action trigger the workflow From 66d3e45ec5de0b855166d40edeab6dd3bee716bd Mon Sep 17 00:00:00 2001 From: JaredEgolf <14851627+JaredEgolf@users.noreply.github.com> Date: Sat, 5 Sep 2020 10:20:34 -0700 Subject: [PATCH 3/3] Counting can be hard. :( --- 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 94caf65..ea50eaf 100644 --- a/responses/06.0_workflow-success.md +++ b/responses/06.0_workflow-success.md @@ -4,7 +4,7 @@ You should see the string "Hello world, I'm Mona!" printed at the bottom to `std ![Actions successful log file](https://user-images.githubusercontent.com/16547949/62388562-9fc1a500-b52b-11e9-8d7e-4f4d32450fd5.png) -## Step 6: Incorporate the workflow +## Step 7: Incorporate the workflow As a final step, merge this pull request so the action will be a part of the `master` branch.