Skip to main content

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

教程

通过动手活动获得有关 GitHub Actions 的技能和知识。

Creating an example workflow

In this tutorial, you'll learn how to create a basic workflow that is triggered by a push event.

构建和测试代码

您可以使用 GitHub Actions 自动构建和测试项目。

Use GITHUB_TOKEN for authentication in workflows

Learn how to use the GITHUB_TOKEN to authenticate on behalf of GitHub Actions.

Create actions

You can build reusable actions to automate tasks in your workflows.

发布包

您可以使用 GitHub Actions 自动发布包。

Managing your work with GitHub Actions

You can automatically manage your issues and pull requests using GitHub Actions workflows.

Store and share data with workflow artifacts

Use artifacts to share data between jobs in a workflow and store data once that workflow has completed.

Using containerized services

You can use containerized services in your GitHub Actions workflows.

迁移到 GitHub Actions

了解如何将现有的 CI/CD 工作流程迁移到 GitHub Actions。

Use Actions Runner Controller

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