Files
tldr/pages.zh/common/act.md
2023-06-04 13:13:05 +05:30

33 lines
449 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# act
> 使用 Docker 本地运行 GitHub Actions.
> 更多信息:<https://github.com/nektos/act>.
- 列出可用的 actions 清单:
`act -l`
- 运行默认 event
`act`
- 运行指定 event
`act {{event_type}}`
- 运行指定 action
`act -a {{action_id}}`
- 非实际运行 actions也就是 dry-run 模式):
`act -n`
- 展示详细记录:
`act -v`
- 运行指定 workflow
`act push -W {{workflow 的路径}}`