[go: up one dir, main page]

Skip to main content

教程

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

Migrating to GitHub Actions

Learn how to migrate your existing CI/CD workflows to GitHub Actions.

Actions Runner Controller

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

管理项目

您可以使用 GitHub Actions 工作流程自动管理议题和拉取请求。

使用容器化服务

您可以在 GitHub Actions 工作流程中使用容器化服务。

发布包

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

创建示例工作流

本教程介绍如何创建由推送事件触发的基本工作流。

在工作流程中使用 GITHUB_TOKEN

了解如何使用 GITHUB_TOKEN 代表 GitHub Actions 进行身份验证。

创建 JavaScript 操作

在本教程中,你将了解如何使用操作工具包生成 JavaScript 操作。

创建组合操作

在本教程中,你将学习如何构建组合操作。

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.

Deploying with GitHub Actions

Learn how to control deployments with features like environments and concurrency.

Communicating with Docker service containers

Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.