Skip to main content

Workflows and actions

Learn about the concepts of workflows and actions in GitHub Actions.

关于工作流程

获取 GitHub Actions 工作流的简要概述,包括触发器、语法和高级功能。

避免重复

可以使用可重用工作流或复合操作来避免工作流内容的重复。

关于自定义操作

操作是可以组合来创建作业和自定义工作流程的单个任务。 您可以创建自己的操作,或者使用和自定义 GitHub 社区分享的操作。

关于监视工作流

可以使用 GitHub Actions 中的工具来监视工作流、指标和自托管运行程序。

工作流程运行通知

您可以订阅有关触发的工作流程运行的通知。

About troubleshooting workflows

You can use the tools in GitHub Actions to debug your workflows.