Skip to main content

此版本的 GitHub Enterprise Server 将于以下日期停止服务 2025-08-27. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 GitHub Enterprise。 如需升级帮助,请联系 GitHub Enterprise 支持

How-tos for GitHub Actions

Learn how to accomplish specific goals with GitHub Actions.

写入工作流

GitHub Actions 工作流可以在整个软件开发生命周期内自动执行任务。

管理工作流运行和部署

GitHub 有助于控制工作流运行和部署。

Creating and publishing actions

You can create your own actions, use and customize actions shared by the GitHub community, or write and share the actions you build.

共享自动化

创建可在 GitHub Actions 工作流之间共享和重用的模块化自动化。

使用 GitHub 托管的运行器

您可以使用 GitHub 的运行器来执行您的 GitHub Actions 流程。

Managing self-hosted runners

You can host your own runners to run workflows in a highly customizable environment.

GitHub Actions 的安全性

将安全最佳做法与 GitHub Actions 联合使用,并使用 GitHub Actions 来提高软件供应链的安全性。

用例和示例

演示 GitHub Actions 的功能的示例工作流。

Monitor workflows

You can monitor GitHub Actions workflows by using tools like the visualization graph and run logs.

Troubleshooting workflows

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

Getting help from GitHub Support about GitHub Actions

Learn how GitHub 支持 can assist with GitHub Actions