Files
tldr/pages.zh/common/act.md

32 lines
462 B
Markdown
Raw Permalink 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>。
- [l] 列出可用的作业:
`act -l`
- 运行默认事件:
`act`
- 运行特定事件:
`act {{event_type}}`
- 运行特定的 [j]ob
`act -j {{job_id}}`
- [n] 不实际运行操作(即干运行):
`act -n`
- 显示 [v] 详细日志:
`act -v`
- 使用推送事件运行特定 [W]orkflow
`act push -W {{path/to/workflow}}`