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

Commit

Permalink
Merge pull request #27 from kilvinsworkshop/counting
Browse files Browse the repository at this point in the history
Increment to Step Count
  • Loading branch information
hectorsector authored Sep 9, 2020
2 parents f597ef2 + 66d3e45 commit 09bfbef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion responses/03.0_actionyml-success.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion responses/04.0_workflow-block-success.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion responses/05.0_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 6: Trigger the workflow

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

Expand Down
2 changes: 1 addition & 1 deletion responses/06.0_workflow-success.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 09bfbef

Please sign in to comment.