[cases] Fixed typo

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2019-09-20 14:08:30 +08:00
parent 49ef715e99
commit 1aef2b7734
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# GitHub Actions
GitGub Actions GitHub 推出的一款 CI/CD 工具
GitHub [Actions](https://github.com/features/actions) 是 GitHub 推出的一款 CI/CD 工具
我们可以在每个 job step 中使用 Docker 执行构建步骤
我们可以在每个 `job` `step` 中使用 Docker 执行构建步骤
```yaml
on: push