此版本的 GitHub Enterprise Server 将于以下日期停止服务 2025-08-27. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 GitHub Enterprise。 如需升级帮助,请联系 GitHub Enterprise 支持。
工作流和操作
了解 GitHub Actions 中工作流和操作的概念。
Workflows
Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features.
变量
了解 GitHub Actions 工作流中的变量。
避免重复
可以使用可重用工作流或复合操作来避免工作流内容的重复。
Reusable workflows
Learn how to avoid duplication when creating a workflow by reusing existing workflows.
关于自定义操作
操作是可以组合来创建作业和自定义工作流程的单个任务。 您可以创建自己的操作,或者使用和自定义 GitHub 社区分享的操作。
Contexts
Learn about contexts in GitHub Actions.
Expressions
You can evaluate expressions in workflows and actions.
Deployment environments
You can create and deploy to different environments.
Concurrency
Learn about running workflows and jobs simultaneously.
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.
工作流程运行通知
您可以订阅有关触发的工作流程运行的通知。