Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 09bfbef

Browse files
authored
Merge pull request #27 from kilvinsworkshop/counting
Increment to Step Count
2 parents f597ef2 + 66d3e45 commit 09bfbef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

responses/03.0_actionyml-success.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Workflows can execute based on your chosen event. For this lab, we'll be using t
88

99
We'll break down each line of the workflow in the next step.
1010

11-
## Step 3: Start your workflow file
11+
## Step 4: Start your workflow file
1212

1313
First, we'll add the structure of the workflow.
1414

responses/04.0_workflow-block-success.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Workflows piece together jobs, and jobs piece together steps. We'll now create a
1313

1414
We'll add the block now, and break it down in the next step.
1515

16-
## Step 4: Run an action from your workflow file
16+
## Step 5: Run an action from your workflow file
1717

1818
Let's add the expected action to the workflow.
1919

responses/05.0_trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The status of your action is shown here in the pull request (look for **All chec
2020

2121
![View an action's log](https://user-images.githubusercontent.com/16547949/62388049-4e64e600-b52a-11e9-8bf5-db0c5452360f.png)
2222

23-
## Step 5: Trigger the workflow
23+
## Step 6: Trigger the workflow
2424

2525
### :keyboard: Activity: See your action trigger the workflow
2626

responses/06.0_workflow-success.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You should see the string "Hello world, I'm Mona!" printed at the bottom to `std
44

55
![Actions successful log file](https://user-images.githubusercontent.com/16547949/62388562-9fc1a500-b52b-11e9-8d7e-4f4d32450fd5.png)
66

7-
## Step 6: Incorporate the workflow
7+
## Step 7: Incorporate the workflow
88

99
As a final step, merge this pull request so the action will be a part of the `master` branch.
1010

0 commit comments

Comments
 (0)