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

Commit be45a71

Browse files
authored
complete the sentence for prereqs
1 parent 7fdbfe1 commit be45a71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

responses/01_label-trigger.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ We'll learn how to create a workflow that enables Continuous Delivery. You'll:
44
- create a workflow to deploy to staging based on a label
55
- create a workflow to deploy to production based on merging to master
66

7-
Before you start, you should...
7+
Before you start, you should be familiar with GitHub and Continuous Integration. If you aren't sure where to start, you may want to check out these two Learning Lab courses:
8+
89
- [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github)
910
- [Continuous Integration with GitHub Actions](https://lab.github.com/githubtraining/set-up-continuous-integration-with-github-actions)
1011

@@ -42,4 +43,4 @@ on:
4243
jobs:
4344
build:
4445
runs-on: ubuntu-latest
45-
```
46+
```

0 commit comments

Comments
 (0)