Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# act
> 使用Docker本地运行GitHub Actions
> 更多信息: <https://github.com/nektos/act>.
> 使用 Docker 本地运行 GitHub Actions.
> 更多信息 <https://github.com/nektos/act>.
- 列出可用的actions清单:
- 列出可用的 actions 清单
`act -l`
- 运行默认event:
- 运行默认 event:
`act`
- 运行指定event:
- 运行指定 event:
`act {{事件类型}}`
- 运行指定action:
- 运行指定 action:
`act -a {{action_id}}`
- 非实际运行actions (也就是dry-run模式):
- 非实际运行 actions也就是 dry-run 模式
`act -n`
- 展示详细记录:
- 展示详细记录
`act -v`