工作流和操作
了解 GitHub Actions 中工作流和操作的概念。
工作流
获取 GitHub Actions 工作流的简要概述,包括触发器、语法和高级功能。
变量
了解 GitHub Actions 工作流中的变量。
上下文
了解 GitHub Actions 中的上下文。
表达式
你可以对工作流和操作中的表达式求值。
Reusable workflows
Learn how to avoid duplication when creating a workflow by reusing existing workflows.
About custom actions
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the GitHub community.
Deployment environments
You can create and deploy to different environments.
并发
了解如何同时运行工作流和作业。
Workflow artifacts
Learn about storing and sharing data as artifacts of GitHub Actions workflows.
Dependency caching
Learn about dependency caching for workflow speed and efficiency.
工作流程运行通知
您可以订阅有关触发的工作流程运行的通知。